RetryPolicy.OnShouldRetry(TimeSpan, Int32, TimeSpan) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Calcule l’intervalle de nouvelle tentative pour la stratégie de nouvelle tentative.
protected abstract bool OnShouldRetry (TimeSpan remainingTime, int currentRetryCount, out TimeSpan retryInterval);
abstract member OnShouldRetry : TimeSpan * int * TimeSpan -> bool
Protected MustOverride Function OnShouldRetry (remainingTime As TimeSpan, currentRetryCount As Integer, ByRef retryInterval As TimeSpan) As Boolean
Paramètres
- remainingTime
- TimeSpan
Temps restant.
- currentRetryCount
- Int32
Nombre total de nouvelles tentatives.
- retryInterval
- TimeSpan
Intervalle de nouvelle tentative.
Retours
Si cette méthode retourne true, l’opération de nouvelle tentative se produit une fois que le thread devient inactif pendant une durée égale à retryInterval
.
S’applique à
Azure SDK for .NET