Table of Contents

Enum ServerState

Namespace
MongoDB.Driver.Core.Servers
Assembly
MongoDB.Driver.Core.dll

Represents the server state.

public enum ServerState

Fields

Disconnected = 0

The server is disconnected.

Connected = 1

The server is connected.