Class LatencyLimitingServerSelector
- Namespace
 - MongoDB.Driver.Core.Clusters.ServerSelectors
 
- Assembly
 - MongoDB.Driver.dll
 
Represents a selector that selects servers within an acceptable latency range.
public class LatencyLimitingServerSelector : IServerSelector
  - Inheritance
 - 
      
      LatencyLimitingServerSelector
 
- Implements
 
- Inherited Members
 
Constructors
- LatencyLimitingServerSelector()
 Initializes a new instance of the LatencyLimitingServerSelector class.
- LatencyLimitingServerSelector(TimeSpan)
 Initializes a new instance of the LatencyLimitingServerSelector class.
Methods
- SelectServers(ClusterDescription, IEnumerable<ServerDescription>)
 Selects the servers.
- ToString()
 Returns a string that represents the current object.