Table of Contents

Constructor ServerHeartbeatStartedEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.dll

ServerHeartbeatStartedEvent(ConnectionId, bool)

Initializes a new instance of the ServerHeartbeatStartedEvent struct.

public ServerHeartbeatStartedEvent(ConnectionId connectionId, bool awaited)

Parameters

connectionId ConnectionId

The connection identifier.

awaited bool

The awaited flag.