'Declaration
<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)
[NotNull()] EasyUASubscribeDataSetArguments GetSubscribeDataSetArguments( int dataSetHandle )
[NotNull()] EasyUASubscribeDataSetArguments^ GetSubscribeDataSetArguments( int dataSetHandle )
Parameters
- dataSetHandle
- The dataset handle.
Return Value
Returns the arguments used to subscribe to the dataset specified by dataSetHandle.
This method never returns null
(Nothing
in Visual Basic).