'DeclarationPublic Function New( _ ByVal connectedConditionChangedEventArgs As ConnectedConditionChangedEventArgs, _ ByVal endpointDescriptor As UAEndpointDescriptor _ )
'UsageDim connectedConditionChangedEventArgs As ConnectedConditionChangedEventArgs Dim endpointDescriptor As UAEndpointDescriptor Dim instance As New EasyUAServerConditionChangedEventArgs(connectedConditionChangedEventArgs, endpointDescriptor)
public EasyUAServerConditionChangedEventArgs( ConnectedConditionChangedEventArgs connectedConditionChangedEventArgs, UAEndpointDescriptor endpointDescriptor )
public: EasyUAServerConditionChangedEventArgs( ConnectedConditionChangedEventArgs^ connectedConditionChangedEventArgs, UAEndpointDescriptor^ endpointDescriptor )
Parameters
- connectedConditionChangedEventArgs
- The connected condition changed event arguments to be copied from.
- endpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server.