Поделиться через


IRelationalConnectionDiagnosticsLogger.ConnectionClosed Метод

Определение

Журналы для ConnectionClosed события.

public void ConnectionClosed (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, DateTimeOffset startTime, TimeSpan duration);
abstract member ConnectionClosed : Microsoft.EntityFrameworkCore.Storage.IRelationalConnection * DateTimeOffset * TimeSpan -> unit
Public Sub ConnectionClosed (connection As IRelationalConnection, startTime As DateTimeOffset, duration As TimeSpan)

Параметры

connection
IRelationalConnection

Соединение.

startTime
DateTimeOffset

Время начала операции.

duration
TimeSpan

Время, в течение которого соединение было закрыто.

Применяется к