Struct ServerHeartbeatSucceededEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs when a heartbeat succeeded.
public struct ServerHeartbeatSucceededEventInherited Members
Constructors
ServerHeartbeatSucceededEvent(ConnectionId, TimeSpan, bool)
Initializes a new instance of the ServerHeartbeatSucceededEvent struct.
ServerHeartbeatSucceededEvent(ConnectionId, TimeSpan, bool, BsonDocument)
Initializes a new instance of the ServerHeartbeatSucceededEvent struct.
Properties
Determines if this heartbeat event is for an awaitable hello.
Gets the cluster identifier.
Gets the connection identifier.
Gets the duration of time it took to complete the heartbeat.
Gets the server response.
Gets the server identifier.
Gets the timestamp.