ErlMbox Link Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Link to a remote mailbox or Erlang process. Links are idempotent, calling this method multiple times will not result in more than one link being created

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void Link(
	ErlPid to
)
Remarks

If the remote process subsequently exits or the mailbox is closed, a subsequent attempt to retrieve a message through this mailbox will cause an {@link Exit Exit} exception to be raised. Similarly, if the sending mailbox is closed, the linked mailbox or process will receive an exit signal. If the remote process cannot be reached in order to set the link, the exception is raised immediately.
See Also