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

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

 

DISPID (Dispatch ID):

 

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

Syntax
Visual Basic
Public Function PullEventNotificationList( _
   ByVal maximumCount As Long, _
   ByVal millisecondsTimeout As Long _
) As ElasticVector
Parameters
maximumCount

millisecondsTimeout

Return Type
Remarks

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

Example

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

See Also

EasyUAClient Object  | EasyUAClient Members