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

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

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,
	string mod,
	string fun,
	ErlList args,
	ErlPid ioServer,
	Nullable<ErlAtom> remoteCookie = null
)
See Also