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

Description
Attempts to pull multiple OPC event notifications subscribed to by the SubscribeMultipleMonitoredItems or SubscribeEvent method.

 

DISPID (Dispatch ID):

 

For more information, see PullMultipleEventNotifications in .NET Reference.

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

millisecondsTimeout

Return Type

See PullMultipleEventNotifications in .NET Reference.

Remarks

For remarks, see PullMultipleEventNotifications in .NET Reference.

Example

For examples, see PullMultipleEventNotifications in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members