QuickOPC User's Guide and Reference
UADataSetSubscriptionDescriptor Constructor(UAPubSubConnectionDescriptor,UASubscriberCommunicationParameters,UASubscribeDataSetFilter,String,UADataSetMetaData,UAPubSubResolverDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetSubscriptionDescriptor Class > UADataSetSubscriptionDescriptor Constructor : UADataSetSubscriptionDescriptor Constructor(UAPubSubConnectionDescriptor,UASubscriberCommunicationParameters,UASubscribeDataSetFilter,String,UADataSetMetaData,UAPubSubResolverDescriptor)
Descriptor for a PubSub connection (using physical parameters, or logical name).
Represents communication parameters for an OPC UA subscriber.
Specifies how the incoming PubSub messages should be filtered before being delivered to the application.
Name of the published dataset.
Metadata for the dataset.
Describes how the PubSub logical information should be resolved to physical.
Initializes a new instance of the class.
Syntax

Parameters

connectionDescriptor
Descriptor for a PubSub connection (using physical parameters, or logical name).
communicationParameters
Represents communication parameters for an OPC UA subscriber.
filter
Specifies how the incoming PubSub messages should be filtered before being delivered to the application.
publishedDataSetName
Name of the published dataset.
dataSetMetaData
Metadata for the dataset.
resolverDescriptor
Describes how the PubSub logical information should be resolved to physical.
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