[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.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public void Link(
ErlPid to
)
public void Link(
ErlPid to
)
Public Sub Link (
to As ErlPid
)
Public Sub Link (
to As ErlPid
)
public:
void Link(
ErlPid to
)
public:
void Link(
ErlPid to
)
member Link :
to : ErlPid -> unit
member Link :
to : ErlPid -> unit
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.