Click or drag to resize

IClusterSelectServer Method

Selects a server from the cluster.

Namespace:  MongoDB.Driver.Core.Clusters
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
IServer SelectServer(
	IServerSelector selector,
	CancellationToken cancellationToken
)

Parameters

selector
Type: MongoDB.Driver.Core.Clusters.ServerSelectorsIServerSelector
The server selector.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: IServer
The selected server.
See Also