ErlRef Constructor (String,  Int32 , Int32)NFX Class Library

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

Create an Erlang reference from the given values

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

public ErlRef(
	string node,
	int[] ids,
	int creation
)

Parameters

node
Type: OnlineSystem String
ids
Type:  OnlineSystem Int32 
creation
Type: OnlineSystem Int32
See Also