Click or drag to resize
PerformanceCounterListenerConnectionPoolAfterCheckingInAConnection Method
This API is preliminary and subject to change.
An event that occurs after a connection has been checked in to a connection pool.

Namespace: MongoDB.Driver.Core.Events.Diagnostics
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public void ConnectionPoolAfterCheckingInAConnection(
	ConnectionPoolAfterCheckingInAConnectionEvent event
)

Parameters

event
Type: MongoDB.Driver.Core.EventsConnectionPoolAfterCheckingInAConnectionEvent
The event.

Implements

IConnectionPoolListenerConnectionPoolAfterCheckingInAConnection(ConnectionPoolAfterCheckingInAConnectionEvent)
See Also