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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > EasyUASubscriber Class : GetSubscribeDataSetArguments Method
The dataset handle.
Obtains parameters of a specified dataset subscription.
Syntax
'Declaration
 
Public Function GetSubscribeDataSetArguments( _
   ByVal dataSetHandle As Integer _
) As EasyUASubscribeDataSetArguments
'Usage
 
Dim instance As EasyUASubscriber
Dim dataSetHandle As Integer
Dim value As EasyUASubscribeDataSetArguments
 
value = instance.GetSubscribeDataSetArguments(dataSetHandle)
public EasyUASubscribeDataSetArguments GetSubscribeDataSetArguments( 
   int dataSetHandle
)
public:
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.
Requirements

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

See Also