Table of Contents

Struct ConnectionPoolCheckedInConnectionEvent

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

Occurs after a connection is checked in to the pool.

public struct ConnectionPoolCheckedInConnectionEvent
Inherited Members

Constructors

ConnectionPoolCheckedInConnectionEvent(ConnectionId, TimeSpan, long?)

Initializes a new instance of the ConnectionPoolCheckedInConnectionEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ConnectionId

Gets the connection identifier.

Duration

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

OperationId

Gets the operation identifier.

ServerId

Gets the server identifier.

Timestamp

Gets the timestamp.