QuickOPC User's Guide and Reference
UASubscribeDataSetFilter Constructor(UAPublisherId,UAWriterGroupDescriptor,UADataSetWriterDescriptor,Boolean,Boolean,StringObjectDictionary)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UASubscribeDataSetFilter Class > UASubscribeDataSetFilter Constructor : UASubscribeDataSetFilter Constructor(UAPublisherId,UAWriterGroupDescriptor,UADataSetWriterDescriptor,Boolean,Boolean,StringObjectDictionary)
The publisher Id.
Descriptor for a writer group (using physical Id, or logical name).
Descriptor for a dataset writer (using a physical Id, or logical name).
Determines whether the filter allows (variable) data messages through.
Determines whether the filter allows event messages through.
Specifies filtering by given field values.
Initializes a new instance of the class.
Syntax
'Usage
 
Dim publisherId As UAPublisherId
Dim writerGroupDescriptor As UAWriterGroupDescriptor
Dim dataSetWriterDescriptor As UADataSetWriterDescriptor
Dim allowDataMessages As Boolean
Dim allowEventMessages As Boolean
Dim requiredFieldValueDictionary As StringObjectDictionary
 
Dim instance As New UASubscribeDataSetFilter(publisherId, writerGroupDescriptor, dataSetWriterDescriptor, allowDataMessages, allowEventMessages, requiredFieldValueDictionary)

Parameters

publisherId
The publisher Id.
writerGroupDescriptor
Descriptor for a writer group (using physical Id, or logical name).
dataSetWriterDescriptor
Descriptor for a dataset writer (using a physical Id, or logical name).
allowDataMessages
Determines whether the filter allows (variable) data messages through.
allowEventMessages
Determines whether the filter allows event messages through.
requiredFieldValueDictionary
Specifies filtering by given field values.
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