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

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

 

DISPID (Dispatch ID):

 

For more information, see PullMultipleNotifications in .NET Reference.

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

millisecondsTimeout

Return Type

See PullMultipleNotifications in .NET Reference.

Remarks

For remarks, see PullMultipleNotifications in .NET Reference.

Example

For examples, see PullMultipleNotifications in .NET Reference.

See Also

EasyAEClient Object  | EasyAEClient Members