Table of Contents

Struct ConnectionPoolCheckingOutConnectionEvent

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

Occurs before a connection is checked out of the pool.

public struct ConnectionPoolCheckingOutConnectionEvent
Inherited Members

Constructors

ConnectionPoolCheckingOutConnectionEvent(ServerId, long?)

Initializes a new instance of the ConnectionPoolCheckingOutConnectionEvent struct.

Properties

ClusterId

Gets the cluster identifier.

OperationId

Gets the operation identifier.

ServerId

Gets the server identifier.

Timestamp

Gets the timestamp.