OPC Studio User's Guide and Reference
GetSubscribeDataSetArguments Method (EasyUASubscriberCore)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > EasyUASubscriberCore 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 EasyUASubscriberCore
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.

This method never returns null (Nothing in Visual Basic).

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