Constructor CompositeServerSelector
- Namespace
- MongoDB.Driver.Core.Clusters.ServerSelectors
- Assembly
- MongoDB.Driver.Core.dll
CompositeServerSelector(IEnumerable<IServerSelector>)
Initializes a new instance of the CompositeServerSelector class.
public CompositeServerSelector(IEnumerable<IServerSelector> selectors)
Parameters
selectors
IEnumerable<IServerSelector>The selectors.