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