IotHubServiceRetryPolicyBase.ShouldRetry(UInt32, Exception, 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.
Méthode appelée par le client avant une nouvelle tentative.
public virtual bool ShouldRetry (uint currentRetryCount, Exception lastException, out TimeSpan retryDelay);
abstract member ShouldRetry : uint32 * Exception * TimeSpan -> bool
override this.ShouldRetry : uint32 * Exception * TimeSpan -> bool
Public Overridable Function ShouldRetry (currentRetryCount As UInteger, lastException As Exception, ByRef retryDelay As TimeSpan) As Boolean
Paramètres
- currentRetryCount
- UInt32
Nombre de fois où l’opération en cours a été tentée.
- lastException
- Exception
Exception à l’origine de cette stratégie de nouvelle tentative case activée.
- retryDelay
- TimeSpan
Définissez cette valeur sur le délai souhaité avant la prochaine tentative.
Retours
True si l’opération doit être retentée, sinon false.
Implémente
S’applique à
Azure SDK for .NET