Partager via


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

Définition

Stratégie pour ne jamais réessayer

public bool ShouldRetry (int currentRetryCount, Exception lastException, out TimeSpan retryInterval);
abstract member ShouldRetry : int * Exception * TimeSpan -> bool
override this.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 actuel de nouvelles tentatives.

lastException
Exception

Dernière exception.

retryInterval
TimeSpan

Intervalle de nouvelle tentative.

Retours

Indique s’il faut réessayer ou non

Implémente

S’applique à