Compartilhar via


NonIdempotentRetryPolicy.ShouldRetry(Int32, Exception) Método

Definição

Retorna true quando http status é 429 – muitas solicitações

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

Parâmetros

httpCode
Int32

HttpStatus

ex
Exception

Exceção

Retornos

True se a solicitação precisar tentar novamente false

Aplica-se a