ErlAbstractConnection SendRPC Method NFX Class Library

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

Send an RPC request to the remote Erlang node

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

public void SendRPC(
	ErlPid from,
	string mod,
	string fun,
	ErlList args
)
Remarks

This convenience function creates the following message and sends it to 'rex' on the remote node:
{ Self, { call, Mod, Fun, Args, user }}
Note that this method has unpredicatble results if the remote node is not an Erlang node
See Also