QuickOPC User's Guide and Reference
EasyUASubscribeDataSetArguments Constructor(UAPubSubResolverDescriptor,UAPubSubConnectionDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.OperationModel Namespace > EasyUASubscribeDataSetArguments Class > EasyUASubscribeDataSetArguments Constructor : EasyUASubscribeDataSetArguments Constructor(UAPubSubResolverDescriptor,UAPubSubConnectionDescriptor)
Describes how the PubSub logical information should be resolved to physical.
Descriptor for a PubSub connection (using physical parameters, or logical name).
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal resolverDescriptor As UAPubSubResolverDescriptor, _
   ByVal connectionDescriptor As UAPubSubConnectionDescriptor _
)
'Usage
 
Dim resolverDescriptor As UAPubSubResolverDescriptor
Dim connectionDescriptor As UAPubSubConnectionDescriptor
 
Dim instance As New EasyUASubscribeDataSetArguments(resolverDescriptor, connectionDescriptor)

Parameters

resolverDescriptor
Describes how the PubSub logical information should be resolved to physical.
connectionDescriptor
Descriptor for a PubSub connection (using physical parameters, or logical name).
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