Click or drag to resize
ConnectionSettingsMaxIdleTime Property
Gets the maximum idle time.

Namespace: MongoDB.Driver.Core.Configuration
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
public TimeSpan MaxIdleTime { get; }

Property Value

Type: TimeSpan
The maximum idle time.
See Also