[This is preliminary documentation and is subject to change.]
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public IErlObject RPC(
ErlAtom node,
ErlAtom mod,
ErlAtom fun,
ErlList args,
Nullable<ErlAtom> remoteCookie = null
)
public IErlObject RPC(
ErlAtom node,
ErlAtom mod,
ErlAtom fun,
ErlList args,
Nullable<ErlAtom> remoteCookie = null
)
Public Function RPC (
node As ErlAtom,
mod As ErlAtom,
fun As ErlAtom,
args As ErlList,
Optional remoteCookie As Nullable(Of ErlAtom) = Nothing
) As IErlObject
Public Function RPC (
node As ErlAtom,
mod As ErlAtom,
fun As ErlAtom,
args As ErlList,
Optional remoteCookie As Nullable(Of ErlAtom) = Nothing
) As IErlObject
public:
IErlObject^ RPC(
ErlAtom node,
ErlAtom mod,
ErlAtom fun,
ErlList^ args,
Nullable<ErlAtom> remoteCookie = nullptr
)
public:
IErlObject^ RPC(
ErlAtom node,
ErlAtom mod,
ErlAtom fun,
ErlList^ args,
Nullable<ErlAtom> remoteCookie = nullptr
)
member RPC :
node : ErlAtom *
mod : ErlAtom *
fun : ErlAtom *
args : ErlList *
?remoteCookie : Nullable<ErlAtom>
(* Defaults:
let _remoteCookie = defaultArg remoteCookie null
*)
-> IErlObject
member RPC :
node : ErlAtom *
mod : ErlAtom *
fun : ErlAtom *
args : ErlList *
?remoteCookie : Nullable<ErlAtom>
(* Defaults:
let _remoteCookie = defaultArg remoteCookie null
*)
-> IErlObject
Return Value
Type:
IErlObject