[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal IErlObject ExecuteRPC(
ErlAtom module,
ErlAtom func,
ErlList args,
ErlMbox mbox = null
)
protected internal IErlObject ExecuteRPC(
ErlAtom module,
ErlAtom func,
ErlList args,
ErlMbox mbox = null
)
Protected Friend Function ExecuteRPC (
module As ErlAtom,
func As ErlAtom,
args As ErlList,
Optional mbox As ErlMbox = Nothing
) As IErlObject
Protected Friend Function ExecuteRPC (
module As ErlAtom,
func As ErlAtom,
args As ErlList,
Optional mbox As ErlMbox = Nothing
) As IErlObject
protected public:
IErlObject^ ExecuteRPC(
ErlAtom module,
ErlAtom func,
ErlList^ args,
ErlMbox^ mbox = nullptr
)
protected public:
IErlObject^ ExecuteRPC(
ErlAtom module,
ErlAtom func,
ErlList^ args,
ErlMbox^ mbox = nullptr
)
member ExecuteRPC :
module : ErlAtom *
func : ErlAtom *
args : ErlList *
?mbox : ErlMbox
(* Defaults:
let _mbox = defaultArg mbox null
*)
-> IErlObject
member ExecuteRPC :
module : ErlAtom *
func : ErlAtom *
args : ErlList *
?mbox : ErlMbox
(* Defaults:
let _mbox = defaultArg mbox null
*)
-> IErlObject
Return Value
Type:
IErlObject