[This is preliminary documentation and is subject to change.]
Intiate and open a connection to a remote node
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
protected ErlAbstractConnection(
ErlLocalNode self,
ErlRemoteNode other,
Nullable<ErlAtom> cookie = null,
bool connect = true
)
protected ErlAbstractConnection(
ErlLocalNode self,
ErlRemoteNode other,
Nullable<ErlAtom> cookie = null,
bool connect = true
)
Protected Sub New (
self As ErlLocalNode,
other As ErlRemoteNode,
Optional cookie As Nullable(Of ErlAtom) = Nothing,
Optional connect As Boolean = true
)
Protected Sub New (
self As ErlLocalNode,
other As ErlRemoteNode,
Optional cookie As Nullable(Of ErlAtom) = Nothing,
Optional connect As Boolean = true
)
protected:
ErlAbstractConnection(
ErlLocalNode^ self,
ErlRemoteNode^ other,
Nullable<ErlAtom> cookie = nullptr,
bool connect = true
)
protected:
ErlAbstractConnection(
ErlLocalNode^ self,
ErlRemoteNode^ other,
Nullable<ErlAtom> cookie = nullptr,
bool connect = true
)
new :
self : ErlLocalNode *
other : ErlRemoteNode *
?cookie : Nullable<ErlAtom> *
?connect : bool
(* Defaults:
let _cookie = defaultArg cookie null
let _connect = defaultArg connect true
*)
-> ErlAbstractConnection
new :
self : ErlLocalNode *
other : ErlRemoteNode *
?cookie : Nullable<ErlAtom> *
?connect : bool
(* Defaults:
let _cookie = defaultArg cookie null
let _connect = defaultArg connect true
*)
-> ErlAbstractConnection