ErlMbox Register Method (String)NFX Class Library

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

Register a name for this mailbox. Registering a name for a mailbox enables others to send messages without knowing the ErlPid of the mailbox. A mailbox can have at most one name; if the mailbox already had a name, calling this method will supercede that name

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

public bool Register(
	string name
)

Return Value

Type: OnlineBoolean
true if the name was available, or false otherwise
See Also