public IErlObject RPC(
ErlAtom node,
string mod,
string fun,
ErlList args,
int timeout,
Nullable<ErlAtom> remoteCookie = null
)
public IErlObject RPC(
ErlAtom node,
string mod,
string fun,
ErlList args,
int timeout,
Nullable<ErlAtom> remoteCookie = null
)
Public Function RPC (
node As ErlAtom,
mod As String,
fun As String,
args As ErlList,
timeout As Integer,
Optional remoteCookie As Nullable(Of ErlAtom) = Nothing
) As IErlObject
Public Function RPC (
node As ErlAtom,
mod As String,
fun As String,
args As ErlList,
timeout As Integer,
Optional remoteCookie As Nullable(Of ErlAtom) = Nothing
) As IErlObject
public:
IErlObject^ RPC(
ErlAtom node,
String^ mod,
String^ fun,
ErlList^ args,
int timeout,
Nullable<ErlAtom> remoteCookie = nullptr
)
public:
IErlObject^ RPC(
ErlAtom node,
String^ mod,
String^ fun,
ErlList^ args,
int timeout,
Nullable<ErlAtom> remoteCookie = nullptr
)
member RPC :
node : ErlAtom *
mod : string *
fun : string *
args : ErlList *
timeout : int *
?remoteCookie : Nullable<ErlAtom>
(* Defaults:
let _remoteCookie = defaultArg remoteCookie null
*)
-> IErlObject
member RPC :
node : ErlAtom *
mod : string *
fun : string *
args : ErlList *
timeout : int *
?remoteCookie : Nullable<ErlAtom>
(* Defaults:
let _remoteCookie = defaultArg remoteCookie null
*)
-> IErlObject