ExponentialRetry.ShouldRetryAsync(Exception, OperationContext) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se a operação deve ser repetida e por quanto tempo aguardar até a próxima repetição.
public System.Threading.Tasks.Task<Microsoft.Azure.Batch.Common.RetryDecision> ShouldRetryAsync (Exception exception, Microsoft.Azure.Batch.Common.OperationContext operationContext);
abstract member ShouldRetryAsync : Exception * Microsoft.Azure.Batch.Common.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Common.RetryDecision>
override this.ShouldRetryAsync : Exception * Microsoft.Azure.Batch.Common.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Common.RetryDecision>
Public Function ShouldRetryAsync (exception As Exception, operationContext As OperationContext) As Task(Of RetryDecision)
Parâmetros
- operationContext
- OperationContext
Um objeto OperationContext para rastrear a operação atual.
Retornos
Um RetryDecision objeto que especifica se uma repetição deve ser executada.
Implementações
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET