OpcUnregisterNode Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcUnregisterNode type exposes the following members.

OpcUnregisterNode(OpcNodeId)

Initializes a new instance of the OpcUnregisterNode class using the identifier of the node which shall be unregistered from optimized node access.

C#

public OpcUnregisterNode(OpcNodeId nodeId)


Parameters

nodeId OpcNodeId

The OpcNodeId through that the node its node access is not longer to be optimized can be identified.


Exceptions

ArgumentException

The nodeId is equals Null.

ArgumentNullException

The nodeId is a null reference (Nothing in Visual Basic).