[This is preliminary documentation and is subject to change.]
Send an RPC cast 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 SendRPCcast(
ErlPid from,
string mod,
string fun,
ErlList args
)
public void SendRPCcast(
ErlPid from,
string mod,
string fun,
ErlList args
)
Public Sub SendRPCcast (
from As ErlPid,
mod As String,
fun As String,
args As ErlList
)
Public Sub SendRPCcast (
from As ErlPid,
mod As String,
fun As String,
args As ErlList
)
public:
void SendRPCcast(
ErlPid from,
String^ mod,
String^ fun,
ErlList^ args
)
public:
void SendRPCcast(
ErlPid from,
String^ mod,
String^ fun,
ErlList^ args
)
member SendRPCcast :
from : ErlPid *
mod : string *
fun : string *
args : ErlList -> unit
member SendRPCcast :
from : ErlPid *
mod : string *
fun : string *
args : ErlList -> unit