[This is preliminary documentation and is subject to change.]
Send a message to a named mailbox created from another node
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public bool Send(
ErlAtom node,
ErlAtom name,
IErlObject msg
)
public bool Send(
ErlAtom node,
ErlAtom name,
IErlObject msg
)
Public Function Send (
node As ErlAtom,
name As ErlAtom,
msg As IErlObject
) As Boolean
Public Function Send (
node As ErlAtom,
name As ErlAtom,
msg As IErlObject
) As Boolean
public:
bool Send(
ErlAtom node,
ErlAtom name,
IErlObject^ msg
)
public:
bool Send(
ErlAtom node,
ErlAtom name,
IErlObject^ msg
)
member Send :
node : ErlAtom *
name : ErlAtom *
msg : IErlObject -> bool
member Send :
node : ErlAtom *
name : ErlAtom *
msg : IErlObject -> bool
Return Value
Type:
Boolean