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

Description
Attempts to pull multiple OPC data change notifications subscribed to by the SubscribeMultipleMonitoredItems or SubscribeDataChange method.

 

DISPID (Dispatch ID):

 

For more information, see PullMultipleDataChangeNotifications in .NET Reference.

Syntax
Visual Basic
Public Function PullMultipleDataChangeNotifications( _
   ByVal maximumCount As Long, _
   ByVal millisecondsTimeout As Long _
) As Variant()
Parameters
maximumCount

millisecondsTimeout

Return Type

See PullMultipleDataChangeNotifications in .NET Reference.

Remarks

For remarks, see PullMultipleDataChangeNotifications in .NET Reference.

Example

For examples, see PullMultipleDataChangeNotifications in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members