Struct ServerHeartbeatStartedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs before heartbeat is issued.
public struct ServerHeartbeatStartedEvent
Inherited Members
Constructors
ServerHeartbeatStartedEvent(ConnectionId, bool)
Initializes a new instance of the ServerHeartbeatStartedEvent struct.
Properties
Determines if this heartbeat event is for an awaitable hello.
Gets the cluster identifier.
Gets the connection identifier.
Gets the server identifier.
Gets the timestamp.