OPC Labs EasyOPC-UA Components Library
SubscribeMonitoredItemList Method
OpcLabs_EasyOpcUAComponents ActiveX DLL > EasyUAClient Object : SubscribeMonitoredItemList Method

Description
Subscribe to changes of multiple monitored items, using a list. The EasyUAClient.DataChangeNotification event is generated for each significant monitored item change.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient.SubscribeMonitoredItemList in .NET Reference.

Syntax
Visual Basic
Public Function SubscribeMonitoredItemList( _
   ByVal monitoredItemArgumentsList As IList _
) As ElasticVector
Parameters
monitoredItemArgumentsList

Return Type
Remarks

For remarks, see OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient.SubscribeMonitoredItemList in .NET Reference.

Example

For examples, see OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient.SubscribeMonitoredItemList in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members