Click or drag to resize
PerformanceCounterListenerConnectionPoolBeforeRemovingAConnection Method
This API is preliminary and subject to change.
An event that occurs before removing a connection from 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 ConnectionPoolBeforeRemovingAConnection(
	ConnectionPoolBeforeRemovingAConnectionEvent event
)

Parameters

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

Implements

IConnectionPoolListenerConnectionPoolBeforeRemovingAConnection(ConnectionPoolBeforeRemovingAConnectionEvent)
See Also