QuickOPC User's Guide and Reference
EasyUADataSetMessageEventArgs Constructor(OperationResult,EasyUASubscribeDataSetArguments,UADataSetSubscriptionDescriptor,UADataSetHeader)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.OperationModel Namespace > EasyUADataSetMessageEventArgs Class > EasyUADataSetMessageEventArgs Constructor : EasyUADataSetMessageEventArgs Constructor(OperationResult,EasyUASubscribeDataSetArguments,UADataSetSubscriptionDescriptor,UADataSetHeader)
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 the received dataset header (and possibly also the data).
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.
dataSetHeader
Contains the received dataset header (and possibly also the data).
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