Click or drag to resize
PerformanceCounterListenerConnectionFailed Method
This API is preliminary and subject to change.
An event that occurs when a connection has failed.

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

Parameters

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

Implements

IConnectionListenerConnectionFailed(ConnectionFailedEvent)
See Also