[This is preliminary documentation and is subject to change.]
Create a node with the given name and the default cookie
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public ErlLocalNode(
string node,
bool shortName = true,
bool acceptConns = true
)
public ErlLocalNode(
string node,
bool shortName = true,
bool acceptConns = true
)
Public Sub New (
node As String,
Optional shortName As Boolean = true,
Optional acceptConns As Boolean = true
)
Public Sub New (
node As String,
Optional shortName As Boolean = true,
Optional acceptConns As Boolean = true
)
public:
ErlLocalNode(
String^ node,
bool shortName = true,
bool acceptConns = true
)
public:
ErlLocalNode(
String^ node,
bool shortName = true,
bool acceptConns = true
)
new :
node : string *
?shortName : bool *
?acceptConns : bool
(* Defaults:
let _shortName = defaultArg shortName true
let _acceptConns = defaultArg acceptConns true
*)
-> ErlLocalNode
new :
node : string *
?shortName : bool *
?acceptConns : bool
(* Defaults:
let _shortName = defaultArg shortName true
let _acceptConns = defaultArg acceptConns true
*)
-> ErlLocalNode