ConnectionStringServerSelectionTimeout 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 Nullable<TimeSpan> ServerSelectionTimeout { get; }
Public ReadOnly Property ServerSelectionTimeout As Nullable(Of TimeSpan)
Get
member ServerSelectionTimeout : Nullable<TimeSpan> with get
Property Value
Type:
NullableTimeSpanSee Also