Compartir a través de


ExceptionHandlingRetryResult.GetRetryDelay(Int32) Método

Definición

Obtiene el intervalo de tiempo después del cual se debe reintentar la operación.

public TimeSpan GetRetryDelay (int retryAttempt);
member this.GetRetryDelay : int -> TimeSpan
Public Function GetRetryDelay (retryAttempt As Integer) As TimeSpan

Parámetros

retryAttempt
Int32

Intento de reintento para el que se calcula el retraso.

Devoluciones

Retraso de tiempo después del cual se debe reintentar la operación

Se aplica a