Enum ConnectionStates
- Namespace
- Ecng.ComponentModel
- Assembly
- Ecng.ComponentModel.dll
Specifies the possible connection states.
[DataContract]
public enum ConnectionStates
- Extension Methods
Fields
[EnumMember] Connected = 3The connection is successfully established.
[EnumMember] Connecting = 2The connection is in the process of connecting.
[EnumMember] Disconnected = 0The connection is currently disconnected.
[EnumMember] Disconnecting = 1The connection is in the process of disconnecting.
[EnumMember] Failed = 6The connection attempt has failed.
[EnumMember] Reconnecting = 4The connection is attempting to reconnect.
[EnumMember] Restored = 5The connection has been restored.