Class PriorityServerSelector

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Core.Clusters.ServerSelectors

Assembly

MongoDB.Driver.dll

Represents a server selector that selects servers based on a collection of servers to deprioritize.

public sealed class PriorityServerSelector : IServerSelector

Inheritance

PriorityServerSelector

Implements

Inherited Members

Constructors

PriorityServerSelector(IReadOnlyCollection)

Initializes a new instance of the PriorityServerSelector class.

Methods

SelectServers(ClusterDescription, IEnumerable)

Selects the servers.

ToString()

Returns a string that represents the current object.