IRelationalConnectionDiagnosticsLogger.ConnectionDisposed Method

Definition

Logs for the ConnectionDisposed event.

C#
public void ConnectionDisposed (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, DateTimeOffset startTime, TimeSpan duration);

Parameters

connection
IRelationalConnection

The connection.

startTime
DateTimeOffset

The time that the operation was started.

duration
TimeSpan

The amount of time it took to dispose the connection.

Applies to

Product Versions
Entity Framework Core 7.0, 8.0, 9.0