QuickOPC User's Guide and Reference
EasyUAServerConditionChangedEventArgs Constructor(ConnectedConditionChangedEventArgs,UAEndpointDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.OperationModel Namespace > EasyUAServerConditionChangedEventArgs Class > EasyUAServerConditionChangedEventArgs Constructor : EasyUAServerConditionChangedEventArgs Constructor(ConnectedConditionChangedEventArgs,UAEndpointDescriptor)
The connected condition changed event arguments to be copied from.
Endpoint descriptor. Identifies the OPC-UA server.
Initializes a new instance of the class with base event arguments, and the given endpoint descriptor.
Syntax
'Usage
 
Dim connectedConditionChangedEventArgs As ConnectedConditionChangedEventArgs
Dim endpointDescriptor As UAEndpointDescriptor
 
Dim instance As New EasyUAServerConditionChangedEventArgs(connectedConditionChangedEventArgs, endpointDescriptor)

Parameters

connectedConditionChangedEventArgs
The connected condition changed event arguments to be copied from.
endpointDescriptor
Endpoint descriptor. Identifies the OPC-UA server.
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