public void AsyncRPC(
ErlAtom node,
string mod,
string fun,
ErlList args,
ErlPid ioServer,
Nullable<ErlAtom> remoteCookie = null
)
public void AsyncRPC(
ErlAtom node,
string mod,
string fun,
ErlList args,
ErlPid ioServer,
Nullable<ErlAtom> remoteCookie = null
)
Public Sub AsyncRPC (
node As ErlAtom,
mod As String,
fun As String,
args As ErlList,
ioServer As ErlPid,
Optional remoteCookie As Nullable(Of ErlAtom) = Nothing
)
Public Sub AsyncRPC (
node As ErlAtom,
mod As String,
fun As String,
args As ErlList,
ioServer As ErlPid,
Optional remoteCookie As Nullable(Of ErlAtom) = Nothing
)
public:
void AsyncRPC(
ErlAtom node,
String^ mod,
String^ fun,
ErlList^ args,
ErlPid ioServer,
Nullable<ErlAtom> remoteCookie = nullptr
)
public:
void AsyncRPC(
ErlAtom node,
String^ mod,
String^ fun,
ErlList^ args,
ErlPid ioServer,
Nullable<ErlAtom> remoteCookie = nullptr
)
member AsyncRPC :
node : ErlAtom *
mod : string *
fun : string *
args : ErlList *
ioServer : ErlPid *
?remoteCookie : Nullable<ErlAtom>
(* Defaults:
let _remoteCookie = defaultArg remoteCookie null
*)
-> unit
member AsyncRPC :
node : ErlAtom *
mod : string *
fun : string *
args : ErlList *
ioServer : ErlPid *
?remoteCookie : Nullable<ErlAtom>
(* Defaults:
let _remoteCookie = defaultArg remoteCookie null
*)
-> unit