Class CompositeServerSelector
- Namespace
 - MongoDB.Driver.Core.Clusters.ServerSelectors
 
- Assembly
 - MongoDB.Driver.dll
 
Represents a selector that selects servers based on multiple partial selectors
public sealed class CompositeServerSelector : IServerSelector
  - Inheritance
 - 
      
      CompositeServerSelector
 
- Implements
 
- Inherited Members
 
Constructors
- CompositeServerSelector(IEnumerable<IServerSelector>)
 Initializes a new instance of the CompositeServerSelector class.
Methods
- SelectServers(ClusterDescription, IEnumerable<ServerDescription>)
 Selects the servers.
- ToString()
 Returns a string that represents the current object.