'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.
This method never returns null
(Nothing
in Visual Basic).