Click or drag to resize
PerformanceCounterEventSubscriberHandle Method (ConnectionPoolCheckedOutConnectionEvent)
This API is preliminary and subject to change.
Handles the specified event.

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

Parameters

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