'Declaration
<JetBrains.Annotations.NotNullAttribute()> Function GetEventsSubscriptionArguments( _ ByVal handle As Integer _ ) As EasyAEEventsSubscriptionArguments
'Usage
Dim instance As _EasyAEClient Dim handle As Integer Dim value As EasyAEEventsSubscriptionArguments value = instance.GetEventsSubscriptionArguments(handle)
[JetBrains.Annotations.NotNull()] EasyAEEventsSubscriptionArguments GetEventsSubscriptionArguments( int handle )
[JetBrains.Annotations.NotNull()] EasyAEEventsSubscriptionArguments^ GetEventsSubscriptionArguments( int handle )
Parameters
- handle
- Events subscription handle as returned by the subscription method.
Return Value
This method never returns null
(Nothing
in Visual Basic).
This return value of this method should not be ignored.