IIotHubServiceRetryPolicy.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 bool ShouldRetry (uint currentRetryCount, Exception lastException, out TimeSpan retryDelay);
abstract member ShouldRetry : uint32 * Exception * TimeSpan -> bool
Public Function ShouldRetry (currentRetryCount As UInteger, lastException As Exception, ByRef retryDelay As TimeSpan) As Boolean
Paramètres
- currentRetryCount
- UInt32
Nombre de tentatives de l’opération en cours.
- lastException
- Exception
L’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.
S’applique à
Azure SDK for .NET