Click or drag to resize
PerformanceCounterListenerConnectionPoolErrorEnteringWaitQueue Method
This API is preliminary and subject to change.
An event that occurs when there is an error while a task was entering the connection pool's wait queue.

Namespace: MongoDB.Driver.Core.Events.Diagnostics
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public void ConnectionPoolErrorEnteringWaitQueue(
	ConnectionPoolErrorEnteringWaitQueueEvent event
)

Parameters

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

Implements

IConnectionPoolListenerConnectionPoolErrorEnteringWaitQueue(ConnectionPoolErrorEnteringWaitQueueEvent)
See Also