[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)
internal static ErlMsg RegSend(
ErlPid from,
ErlAtom dest,
IErlObject msg,
Nullable<ErlAtom> cookie = null
)
internal static ErlMsg RegSend(
ErlPid from,
ErlAtom dest,
IErlObject msg,
Nullable<ErlAtom> cookie = null
)
Friend Shared Function RegSend (
from As ErlPid,
dest As ErlAtom,
msg As IErlObject,
Optional cookie As Nullable(Of ErlAtom) = Nothing
) As ErlMsg
Friend Shared Function RegSend (
from As ErlPid,
dest As ErlAtom,
msg As IErlObject,
Optional cookie As Nullable(Of ErlAtom) = Nothing
) As ErlMsg
internal:
static ErlMsg^ RegSend(
ErlPid from,
ErlAtom dest,
IErlObject^ msg,
Nullable<ErlAtom> cookie = nullptr
)
internal:
static ErlMsg^ RegSend(
ErlPid from,
ErlAtom dest,
IErlObject^ msg,
Nullable<ErlAtom> cookie = nullptr
)
internal static member RegSend :
from : ErlPid *
dest : ErlAtom *
msg : IErlObject *
?cookie : Nullable<ErlAtom>
(* Defaults:
let _cookie = defaultArg cookie null
*)
-> ErlMsg
internal static member RegSend :
from : ErlPid *
dest : ErlAtom *
msg : IErlObject *
?cookie : Nullable<ErlAtom>
(* Defaults:
let _cookie = defaultArg cookie null
*)
-> ErlMsg
Return Value
Type:
ErlMsg