ConnectionStatus Enumeration
In This Topic
Indicates the status of a client connection to a server.
Syntax
Members
Member | Value | Description |
Disconnected | 4 |
The connection has been closed in an orderly fashion.
|
Failed | 3 |
The connection has been broken.
|
Healthy | 1 |
The connection is healthy.
|
NotConnected | 0 |
The connection was never established.
|
Suspect | 2 |
Transient problems have been detected.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.ConnectionStatus
See Also