RelationalLoggerExtensions.ConnectionClosed Method

Definition

Logs for the ConnectionClosed event.

C#
public static void ConnectionClosed (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Connection> diagnostics, Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, DateTimeOffset startTime, TimeSpan duration);

Parameters

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Database.Connection>

The diagnostics logger to use.

connection
IRelationalConnection

The connection.

startTime
DateTimeOffset

The time that the operation was started.

duration
TimeSpan

The amount of time before the connection was closed.

Applies to

Toode Versioonid
Entity Framework Core 3.0, 3.1, 5.0