Struct ServerHeartbeatFailedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs when a heartbeat failed.
public struct ServerHeartbeatFailedEvent
Inherited Members
Constructors
ServerHeartbeatFailedEvent(ConnectionId, Exception, bool)
Initializes a new instance of the ServerHeartbeatFailedEvent struct.
ServerHeartbeatFailedEvent(ConnectionId, TimeSpan, Exception, bool)
Initializes a new instance of the ServerHeartbeatFailedEvent 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 passed since corresponding ServerHeartbeatStartedEvent.
Gets the exception.
Gets the server identifier.
Gets the timestamp.