IotHubServiceFixedDelayRetryPolicy.ShouldRetry 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.
Retourne true si, en fonction des paramètres, l’opération doit être retentée.
public override bool ShouldRetry (uint currentRetryCount, Exception lastException, out TimeSpan retryInterval);
override this.ShouldRetry : uint32 * Exception * TimeSpan -> bool
Public Overrides Function ShouldRetry (currentRetryCount As UInteger, lastException As Exception, ByRef retryInterval As TimeSpan) As Boolean
Paramètres
- currentRetryCount
- UInt32
Nombre de fois où l’opération a été retentée.
- lastException
- Exception
Exception de l’opération.
- retryInterval
- TimeSpan
La prochaine nouvelle tentative doit être effectuée après cet intervalle de temps.
Retours
True si l’opération doit être retentée, false dans le cas contraire.
S’applique à
Azure SDK for .NET