QuickOPC User's Guide and Reference
EasyUASubscribeDataSetFieldArguments Constructor(EasyUADataSetFieldMessageEventHandler,UASubscribeDataSetArguments,UADataSetFieldDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.OperationModel Namespace > EasyUASubscribeDataSetFieldArguments Class > EasyUASubscribeDataSetFieldArguments Constructor : EasyUASubscribeDataSetFieldArguments Constructor(EasyUADataSetFieldMessageEventHandler,UASubscribeDataSetArguments,UADataSetFieldDescriptor)
A callback method to be invoked for each time a dataset field is received.
Holds all arguments needed to subscribe to a dataset in OPC UA PubSub.
The descriptor for the dataset field.
Initializes a new instance of the class.
Syntax

Parameters

callback
A callback method to be invoked for each time a dataset field is received.
subscribeDataSetArguments
Holds all arguments needed to subscribe to a dataset in OPC UA PubSub.
dataSetFieldDescriptor
The descriptor for the dataset field.
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