[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 ErlConnection Connection(
ErlAtom toNode,
Nullable<ErlAtom> cookie = null
)
public ErlConnection Connection(
ErlAtom toNode,
Nullable<ErlAtom> cookie = null
)
Public Function Connection (
toNode As ErlAtom,
Optional cookie As Nullable(Of ErlAtom) = Nothing
) As ErlConnection
Public Function Connection (
toNode As ErlAtom,
Optional cookie As Nullable(Of ErlAtom) = Nothing
) As ErlConnection
public:
ErlConnection^ Connection(
ErlAtom toNode,
Nullable<ErlAtom> cookie = nullptr
)
public:
ErlConnection^ Connection(
ErlAtom toNode,
Nullable<ErlAtom> cookie = nullptr
)
member Connection :
toNode : ErlAtom *
?cookie : Nullable<ErlAtom>
(* Defaults:
let _cookie = defaultArg cookie null
*)
-> ErlConnection
member Connection :
toNode : ErlAtom *
?cookie : Nullable<ErlAtom>
(* Defaults:
let _cookie = defaultArg cookie null
*)
-> ErlConnection
Return Value
Type:
ErlConnection