Partilhar via


ExceptionHandlingRetryResult.GetRetryDelay(Int32) Método

Definição

Obtém o intervalo de tempo após o qual a operação deve ser repetida.

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

Parâmetros

retryAttempt
Int32

A tentativa de repetição para a qual calculamos o atraso.

Retornos

Atraso de tempo após o qual a operação deve ser repetida

Aplica-se a