Click or drag to resize
PerformanceCounterListenerConnectionPoolBeforeCheckingInAConnection Method
This API is preliminary and subject to change.
An event that occurs before checking in a connection 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 ConnectionPoolBeforeCheckingInAConnection(
	ConnectionPoolBeforeCheckingInAConnectionEvent event
)

Parameters

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

Implements

IConnectionPoolListenerConnectionPoolBeforeCheckingInAConnection(ConnectionPoolBeforeCheckingInAConnectionEvent)
See Also