[This is preliminary documentation and is subject to change.]
Send an RPC request to the remote Erlang node
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public void SendRPC(
ErlPid from,
string mod,
string fun,
ErlList args
)
public void SendRPC(
ErlPid from,
string mod,
string fun,
ErlList args
)
Public Sub SendRPC (
from As ErlPid,
mod As String,
fun As String,
args As ErlList
)
Public Sub SendRPC (
from As ErlPid,
mod As String,
fun As String,
args As ErlList
)
public:
void SendRPC(
ErlPid from,
String^ mod,
String^ fun,
ErlList^ args
)
public:
void SendRPC(
ErlPid from,
String^ mod,
String^ fun,
ErlList^ args
)
member SendRPC :
from : ErlPid *
mod : string *
fun : string *
args : ErlList -> unit
member SendRPC :
from : ErlPid *
mod : string *
fun : string *
args : ErlList -> unit
This convenience function creates the following message
and sends it to 'rex' on the remote node:
{ Self, { call, Mod, Fun, Args, user }}
{ Self, { call, Mod, Fun, Args, user }}
Note that this method has unpredicatble results if the remote
node is not an Erlang node