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

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

Parameters

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