ErlMbox Close Method NFX Class Library

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

Close this mailbox

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

internal void Close()
Remarks

After this operation, the mailbox will no longer be able to receive messages. Any delivered but as yet unretrieved messages can still be retrieved however. If there are links from this mailbox to other ErlPid pids they will be broken when this method is called and exit signals will be sent.
See Also