Click or drag to resize
IConnectionPoolListenerConnectionPoolBeforeCheckingOutAConnection Method
This API is preliminary and subject to change.
An event that occurs before checking out a connection from a connection pool.

Namespace: MongoDB.Driver.Core.Events
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
void ConnectionPoolBeforeCheckingOutAConnection(
	ConnectionPoolBeforeCheckingOutAConnectionEvent event
)

Parameters

event
Type: MongoDB.Driver.Core.EventsConnectionPoolBeforeCheckingOutAConnectionEvent
The event.
See Also