Table of Contents

Method IsReplicaSetMember

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

IsReplicaSetMember(ServerType)

Determines whether this server type is a replica set member.

public static bool IsReplicaSetMember(this ServerType serverType)

Parameters

serverType ServerType

The type of the server.

Returns

bool

Whether this server type is a replica set member.