Click or drag to resize
PerformanceCounterListenerConnectionBeforeClosing Method
This API is preliminary and subject to change.
An event that occurs before closing a connection.

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

Parameters

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

Implements

IConnectionListenerConnectionBeforeClosing(ConnectionBeforeClosingEvent)
See Also