MboxRegistry Item Property (ErlAtom)NFX Class Library

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

Look up a mailbox based on its name

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

public ErlMbox this[
	ErlAtom name
] { get; }

Return Value

Type: ErlMbox
Mailbox or null if the name is not registered
See Also