| Overload | Description |
|---|---|
| ConnectedCondition Constructor() | Initializes a new instance of the class, with default values. |
| ConnectedCondition Constructor(OperationResult) | Initializes a new instance of the ConnectedCondition class from the specified operation result. |
| ConnectedCondition Constructor(OperationResult,CommunicationConnectionState) | Initializes a new instance of the ConnectedCondition class from the specified operation result and connection state. |
| ConnectedCondition Constructor(ConnectedCondition) | Initializes a new instance of the class, copying values from a given object. |
| ConnectedCondition Constructor(CommunicationConnectionState) | Initializes a new instance of the ConnectedCondition class with the specified connection state. |
| ConnectedCondition Constructor(CommunicationConnectionState,Exception) | Initializes a new instance of the ConnectedCondition class with the specified connection state and exception. |
| ConnectedCondition Constructor(CommunicationConnectionState,Exception,Int32) | Initializes a new instance of the ConnectedCondition class with the specified connection state, exception, and retrial delay. |
| ConnectedCondition Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |