QuickOPC User's Guide and Reference
GetSubscribeDataSetArguments Method (IEasyUASubscriber)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > IEasyUASubscriber Interface : GetSubscribeDataSetArguments Method
The dataset handle.
Obtains parameters of a specified dataset subscription.
Syntax
'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.
Exceptions
ExceptionDescription

One of the arguments provided to a method is not valid.

This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception.

Requirements

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

See Also