NoRetry.ShouldRetryAsync(Exception, OperationContext) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Determina si la operación se debe reintentar y cuánto tiempo se debe esperar hasta el siguiente reintento. En esta implementación, siempre se devuelve NoRetry.
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
Un objeto OperationContext para realizar un seguimiento de la operación actual.
Devoluciones
Objeto RetryDecision que especifica si se debe realizar un reintento. Esta implementación siempre devuelve NoRetry.
Implementaciones
Se aplica a
Azure SDK for .NET