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


IRelationalConnectionDiagnosticsLogger.ConnectionDisposing Метод

Определение

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

public Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult ConnectionDisposing (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, DateTimeOffset startTime);
abstract member ConnectionDisposing : Microsoft.EntityFrameworkCore.Storage.IRelationalConnection * DateTimeOffset -> Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult
Public Function ConnectionDisposing (connection As IRelationalConnection, startTime As DateTimeOffset) As InterceptionResult

Параметры

connection
IRelationalConnection

Соединение.

startTime
DateTimeOffset

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

Возвращаемое значение

Результат выполнения, который мог быть изменен перехватчиком.

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