Share via


CoreLoggerExtensions.ExecutionStrategyRetrying メソッド

定義

イベントの ExecutionStrategyRetrying ログ。

public static void ExecutionStrategyRetrying (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure> diagnostics, System.Collections.Generic.IReadOnlyList<Exception> exceptionsEncountered, TimeSpan delay, bool async);
static member ExecutionStrategyRetrying : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Infrastructure> * System.Collections.Generic.IReadOnlyList<Exception> * TimeSpan * bool -> unit
<Extension()>
Public Sub ExecutionStrategyRetrying (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Infrastructure), exceptionsEncountered As IReadOnlyList(Of Exception), delay As TimeSpan, async As Boolean)

パラメーター

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Infrastructure>

使用する診断 ロガー。

exceptionsEncountered
IReadOnlyList<Exception>

エラーの原因となった例外。

delay
TimeSpan

次の再試行の前の遅延。

async
Boolean

実行が非同期であるかどうかを示します。

適用対象