Struct ServerHeartbeatStartedEvent

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Core.Events

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

Awaited

Determines if this heartbeat event is for an awaitable hello.

ClusterId

Gets the cluster identifier.

ConnectionId

Gets the connection identifier.

ServerId

Gets the server identifier.

Timestamp

Gets the timestamp.