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