Table of Contents

Constructor ConnectionPoolCheckedInConnectionEvent

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

ConnectionPoolCheckedInConnectionEvent(ConnectionId, TimeSpan, long?)

Initializes a new instance of the ConnectionPoolCheckedInConnectionEvent struct.

public ConnectionPoolCheckedInConnectionEvent(ConnectionId connectionId, TimeSpan duration, long? operationId)

Parameters

connectionId ConnectionId

The connection identifier.

duration TimeSpan

The duration of time it took to check in the connection.

operationId long?

The operation identifier.