ErlLocalNode Send Method (ErlPid, IErlObject)NFX Class Library

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

Send a message to a remote ErlPid, representing either another ErlMbox or an Erlang process

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

public bool Send(
	ErlPid to,
	IErlObject msg
)

Return Value

Type: OnlineBoolean
true if message was sent successfully
See Also