ConnectionStringHeartbeatTimeout Property |
Gets the heartbeat timeout.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public Nullable<TimeSpan> HeartbeatTimeout { get; }
Public ReadOnly Property HeartbeatTimeout As Nullable(Of TimeSpan)
Get
member HeartbeatTimeout : Nullable<TimeSpan> with get
Property Value
Type:
NullableTimeSpanSee Also