Partager via


RetryPolicy.ShouldRetry(Int32, Exception) Méthode

Définition

Détermine si le httpRequest doit être retenté

public abstract bool ShouldRetry (int httpCode, Exception ex);
abstract member ShouldRetry : int * Exception -> bool
Public MustOverride Function ShouldRetry (httpCode As Integer, ex As Exception) As Boolean

Paramètres

httpCode
Int32
ex
Exception

Dernière exception que nous avons observée pendant Httprequest

Retours

S’applique à