OpcModelChange Members

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

OpcModelChange(IOpcReadOnlyNodeDataStore)

Initializes a new instance of the OpcModelChange class using the dataStore specified.

C#

public OpcModelChange(IOpcReadOnlyNodeDataStore dataStore)


Parameters

dataStore IOpcReadOnlyNodeDataStore

The IOpcReadOnlyNodeDataStore of the 'Opc.UaFx.OpcModelChangeNode' to represent.


Exceptions

ArgumentNullException

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