QuickOPC User's Guide and Reference
GetEventsSubscriptionArguments Method (IEasyAEClient)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > IEasyAEClient Interface : GetEventsSubscriptionArguments Method
Events subscription handle as returned by the subscription method.
Obtains parameters of specified events subscription.
Syntax
'Declaration
 
<NotNullAttribute()>
Function GetEventsSubscriptionArguments( _
   ByVal handle As Integer _
) As EasyAEEventsSubscriptionArguments
'Usage
 
Dim instance As IEasyAEClient
Dim handle As Integer
Dim value As EasyAEEventsSubscriptionArguments
 
value = instance.GetEventsSubscriptionArguments(handle)
[NotNull()]
EasyAEEventsSubscriptionArguments GetEventsSubscriptionArguments( 
   int handle
)
[NotNull()]
EasyAEEventsSubscriptionArguments^ GetEventsSubscriptionArguments( 
   int handle
) 

Parameters

handle
Events subscription handle as returned by the subscription method.

Return Value

Returns an object that holds all information pertaining to the events subscription.
Exceptions
ExceptionDescription
One of the arguments provided to a method is not valid.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

IEasyAEClient Interface
IEasyAEClient Members