EndpointState Enumeration |
[Missing <summary> documentation for "T:Couchbase.Diagnostics.EndpointState"]
Namespace: Couchbase.Diagnostics
public enum EndpointState
| Member name | Value | Description | |
|---|---|---|---|
| Disconnected | 0 | The endpoint socket is not reachable. | |
| Connecting | 1 | Currently connecting - including auth, etc. | |
| Connected | 2 | Connected and ready. | |
| Disconnecting | 3 | Disconnected after being connected. |