Enum ServerState
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents the server state.
public enum ServerState
Fields
Disconnected = 0
The server is disconnected.
Connected = 1
The server is connected.