MboxRegistry Item Property (ErlPid)NFX Class Library

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

Look up a mailbox based on its pid

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

public ErlMbox this[
	ErlPid pid
] { get; }

Return Value

Type: ErlMbox
Mailbox reference or null if the pid is not present on this node
See Also