Table of Contents

Method IsWritable

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

IsWritable(ServerType)

Determines whether this server type is a writable server.

public static bool IsWritable(this ServerType serverType)

Parameters

serverType ServerType

The type of the server.

Returns

bool

Whether this server type is a writable server.