OPC Labs EasyOPC “Classic” Components Library
PullNotificationList Method
OpcLabs_EasyOpcClassicComponents ActiveX DLL > EasyAEClient Object : PullNotificationList Method

Description
Attempts to pull multiple OPC events subscribed to by the SubscribeEvents method, returning a list. Returns refresh or standard event notifications.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._EasyAEClient.PullNotificationList in .NET Reference.

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

millisecondsTimeout

Return Type
Remarks

For remarks, see OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._EasyAEClient.PullNotificationList in .NET Reference.

Example

For examples, see OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes._EasyAEClient.PullNotificationList in .NET Reference.

See Also

EasyAEClient Object  | EasyAEClient Members