ErlMbox Unlink Method NFX Class Library

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

Remove a link to a remote mailbox or Erlang process. This method removes a link created with ErlLink Links are idempotent; calling this method once will remove all links between this mailbox and the remote ErlPid

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

public void Unlink(
	ErlPid to
)
See Also