Class CompositeServerSelector
- Namespace
- MongoDB.Driver.Core.Clusters.ServerSelectors
- Assembly
- MongoDB.Driver.Core.dll
Represents a selector that selects servers based on multiple partial selectors
public 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.