ErlRef Constructor (ErlAtom,  UInt32 , 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(
	ErlAtom node,
	uint[] ids,
	int creation
)

Parameters

node
Type: NFX.Erlang ErlAtom
ids
Type:  OnlineSystem UInt32 
creation
Type: OnlineSystem Int32
See Also