'Declaration
<JetBrains.Annotations.NotNullAttribute()> Function GetSubscribeDataSetArguments( _ ByVal dataSetHandle As Integer _ ) As EasyUASubscribeDataSetArguments
'Usage
Dim instance As IEasyUASubscriber Dim dataSetHandle As Integer Dim value As EasyUASubscribeDataSetArguments value = instance.GetSubscribeDataSetArguments(dataSetHandle)
[JetBrains.Annotations.NotNull()] EasyUASubscribeDataSetArguments GetSubscribeDataSetArguments( int dataSetHandle )
[JetBrains.Annotations.NotNull()] EasyUASubscribeDataSetArguments^ GetSubscribeDataSetArguments( int dataSetHandle )
Parameters
- dataSetHandle
- The dataset handle.
Return Value
This method never returns null
(Nothing
in Visual Basic).