ErlMbox AsyncRPC Method (ErlAtom, ErlAtom, ErlAtom, ErlList, IErlObject, Nullable ErlAtom )NFX Class Library

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

Send RPC call to a given node.

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

public void AsyncRPC(
	ErlAtom node,
	ErlAtom mod,
	ErlAtom fun,
	ErlList args,
	IErlObject ioServer,
	Nullable<ErlAtom> remoteCookie = null
)

Parameters

node
Type: NFX.Erlang ErlAtom
Destination node for this RPC call
mod
Type: NFX.Erlang ErlAtom
Module name to call
fun
Type: NFX.Erlang ErlAtom
Function name to call
args
Type: NFX.Erlang ErlList
Function arguments
ioServer
Type: NFX.Erlang IErlObject
Either a PID or an Atom containing registered I/O server's name.
remoteCookie (Optional)
Type: OnlineSystem Nullable ErlAtom 
Remote cookie
See Also