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


IRelationalConnectionDiagnosticsLogger.ConnectionOpened Метод

Определение

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

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

Параметры

connection
IRelationalConnection

Соединение.

startTime
DateTimeOffset

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

duration
TimeSpan

Время до открытия подключения.

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