[This is preliminary documentation and is subject to change.]
Register a named mailbox with the registry. Name must not be empty
Namespace: NFX.Erlang.InternalAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public bool Register(
string name,
ErlMbox mbox
)
public bool Register(
string name,
ErlMbox mbox
)
Public Function Register (
name As String,
mbox As ErlMbox
) As Boolean
Public Function Register (
name As String,
mbox As ErlMbox
) As Boolean
public:
bool Register(
String^ name,
ErlMbox^ mbox
)
public:
bool Register(
String^ name,
ErlMbox^ mbox
)
member Register :
name : string *
mbox : ErlMbox -> boolmember Register :
name : string *
mbox : ErlMbox -> boolReturn Value
Type:
Boolean