Sdílet prostřednictvím


CoreLoggerExtensions.ExecutionStrategyRetrying Metoda

Definice

Protokoluje událost 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)

Parametry

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Infrastructure>

Diagnostický protokolovací nástroj, který se má použít.

exceptionsEncountered
IReadOnlyList<Exception>

Výjimky, které způsobily selhání.

delay
TimeSpan

Zpoždění před dalším opakováním.

async
Boolean

Určuje, zda je provádění asynchronní nebo ne.

Platí pro