Click or drag to resize
PerformanceCounterEventSubscriberHandle Method (ConnectionPoolRemovedConnectionEvent)
This API is preliminary and subject to change.
Connections the pool after removing a connection.

Namespace: MongoDB.Driver.Core.Events.Diagnostics
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax
public void Handle(
	ConnectionPoolRemovedConnectionEvent event
)

Parameters

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