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