Partager via


ExceptionHandlingRetryResult.GetRetryDelay(Int32) Méthode

Définition

Obtient l’intervalle de temps après lequel l’opération doit être retentée.

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

Paramètres

retryAttempt
Int32

Nouvelle tentative pour laquelle nous calculons le délai.

Retours

Délai après lequel l’opération doit être retentée

S’applique à