次の方法で共有


IRelationalConnectionDiagnosticsLogger.ConnectionClosedAsync メソッド

定義

イベントの ConnectionClosed ログ。

public System.Threading.Tasks.Task ConnectionClosedAsync (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, DateTimeOffset startTime, TimeSpan duration);
abstract member ConnectionClosedAsync : Microsoft.EntityFrameworkCore.Storage.IRelationalConnection * DateTimeOffset * TimeSpan -> System.Threading.Tasks.Task
Public Function ConnectionClosedAsync (connection As IRelationalConnection, startTime As DateTimeOffset, duration As TimeSpan) As Task

パラメーター

connection
IRelationalConnection

接続。

startTime
DateTimeOffset

操作が開始された時刻。

duration
TimeSpan

接続が閉じられるまでにかかる時間。

戻り値

Task非同期操作を表す 。

適用対象