Partager via


IRetryPolicy.ShouldRetry(Int32, Exception, TimeSpan) Méthode

Définition

Méthode appelée par DeviceClient avant une nouvelle tentative.

public bool ShouldRetry (int currentRetryCount, Exception lastException, out TimeSpan retryInterval);
abstract member ShouldRetry : int * Exception * TimeSpan -> bool
Public Function ShouldRetry (currentRetryCount As Integer, lastException As Exception, ByRef retryInterval As TimeSpan) As Boolean

Paramètres

currentRetryCount
Int32

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.

retryInterval
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 à