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