QuickOPC User's Guide and Reference
EasyUADataSetFieldMessageEventArgs Constructor(OperationResult,EasyUASubscribeDataSetFieldArguments,UADataSetSubscriptionDescriptor,UADataSetFieldData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.OperationModel Namespace > EasyUADataSetFieldMessageEventArgs Class > EasyUADataSetFieldMessageEventArgs Constructor : EasyUADataSetFieldMessageEventArgs Constructor(OperationResult,EasyUASubscribeDataSetFieldArguments,UADataSetSubscriptionDescriptor,UADataSetFieldData)
Operation result object to be used as basis for the operation event arguments.
Holds all arguments needed to subscribe to a dataset in OPC UA PubSub.
Contains the resolved dataset subscription descriptor, if available.
Contains data about the received dataset field.
Initializes a new instance of the class.
Syntax

Parameters

operationResult
Operation result object to be used as basis for the operation event arguments.
subscribeDataSetArguments
Holds all arguments needed to subscribe to a dataset in OPC UA PubSub.
resolvedDataSetSubscriptionDescriptor
Contains the resolved dataset subscription descriptor, if available.
fieldData
Contains data about the received 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