ErlAbstractNode Constructor (String, ErlAtom, Boolean)NFX Class Library

[This is preliminary documentation and is subject to change.]

Create a node with the given name and cookie

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected ErlAbstractNode(
	string name,
	ErlAtom cookie,
	bool shortName
)

Parameters

name
Type: OnlineSystem String
Node name in the form "name" or "name@hostname"
cookie
Type: NFX.Erlang ErlAtom
Security cookie used to connect to this/other node(s)
shortName
Type: OnlineSystem Boolean
Use short/long host names
See Also