Build 1.01.318.0

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

A delegate which creates a new node.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public delegate NodeState NodeStateConstructDelegate(
	NodeState parent
)
Visual Basic
Public Delegate Function NodeStateConstructDelegate ( _
	parent As NodeState _
) As NodeState
Visual C++
public delegate NodeState^ NodeStateConstructDelegate(
	NodeState^ parent
)

Parameters

parent
Type: Opc.Ua..::..NodeState
The parent of the node.

Return Value

The new node.

See Also