Subscribe to changes of multiple OPC monitored items. The
IEasyUAClient.DataChangeNotification or
IEasyUAClient.EventNotification event will be generated for each significant item change.
Parameters
- client
- The client object that will perform the operation.
- monitoredItemArgumentsArray
- Array of OpcLabs.EasyOpc.UA.OperationModel.UAMonitoredItemArguments. Array of argument objects specifying what and how to subscribe.
Return Value
Array of
System.Int32. The function returns an array of integer handle. Each handle uniquely identifies the monitored item subscription. The indices of elements in the output array are the same as those in the input array, .
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