ClusterSettingsServerSelectionTimeout Property |
Gets the server selection timeout.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax public TimeSpan ServerSelectionTimeout { get; }
Public ReadOnly Property ServerSelectionTimeout As TimeSpan
Get
member ServerSelectionTimeout : TimeSpan with get
Property Value
Type:
TimeSpan
The server selection timeout.
See Also