Partager via


NonIdempotentRetryPolicy.ShouldRetry(Int32, Exception) Méthode

Définition

Retourne true lorsque http status a la valeur 429 - trop de requêtes

public override bool ShouldRetry (int httpCode, Exception ex);
override this.ShouldRetry : int * Exception -> bool
Public Overrides Function ShouldRetry (httpCode As Integer, ex As Exception) As Boolean

Paramètres

httpCode
Int32

httpStatus

ex
Exception

Exception

Retours

True si la demande doit réessayer sinon false

S’applique à