ErlLocalNode Send Method NFX Class Library

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

Overload List

  NameDescription
Public methodSend(ErlPid, IErlObject)
Send a message to a remote ErlPid, representing either another ErlMbox or an Erlang process
Public methodSend(ErlPid, ErlAtom, IErlObject)
Send a message to a named mailbox on local node
Public methodSend(ErlPid, ErlAtom, ErlAtom, IErlObject)
Send a message to a named mailbox on a given remote node
Back to Top
See Also