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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.OperationModel Namespace > EasyUADataSetMessageEventArgs Class > EasyUADataSetMessageEventArgs Constructor : EasyUADataSetMessageEventArgs Constructor(OperationResult,EasyUASubscribeDataSetArguments,UADataSetSubscriptionDescriptor)
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.
Initializes a new instance of the class.
Syntax
'Usage
 
Dim operationResult As OperationResult
Dim subscribeDataSetArguments As EasyUASubscribeDataSetArguments
Dim resolvedDataSetSubscriptionDescriptor As UADataSetSubscriptionDescriptor
 
Dim instance As New EasyUADataSetMessageEventArgs(operationResult, subscribeDataSetArguments, resolvedDataSetSubscriptionDescriptor)

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.
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