OPC Studio User's Guide and Reference
EasyUADataSetSubscriptionChangeArguments Constructor(Int32,UADataSetMetaData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.OperationModel Namespace > EasyUADataSetSubscriptionChangeArguments Class > EasyUADataSetSubscriptionChangeArguments Constructor : EasyUADataSetSubscriptionChangeArguments Constructor(Int32,UADataSetMetaData)
Contains handle of the monitored item to be affected.
Metadata for the dataset.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class, specifying the dataset metadata.
Syntax
'Declaration
 
Public Function New( _
   ByVal handle As Integer, _
   ByVal dataSetMetaData As UADataSetMetaData _
)
'Usage
 
Dim handle As Integer
Dim dataSetMetaData As UADataSetMetaData
 
Dim instance As New EasyUADataSetSubscriptionChangeArguments(handle, dataSetMetaData)
public EasyUADataSetSubscriptionChangeArguments( 
   int handle,
   UADataSetMetaData dataSetMetaData
)
public:
EasyUADataSetSubscriptionChangeArguments( 
   int handle,
   UADataSetMetaData^ dataSetMetaData
)

Parameters

handle
Contains handle of the monitored item to be affected.
dataSetMetaData
Metadata for the dataset.

The value of this parameter cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also