Partilhar via


RetryDecision.RetryWithDelay(TimeSpan) Método

Definição

Crie um novo RetryDecision com o atraso especificado antes da próxima repetição.

public static Microsoft.Azure.Batch.Common.RetryDecision RetryWithDelay (TimeSpan retryDelay);
static member RetryWithDelay : TimeSpan -> Microsoft.Azure.Batch.Common.RetryDecision
Public Shared Function RetryWithDelay (retryDelay As TimeSpan) As RetryDecision

Parâmetros

retryDelay
TimeSpan

A duração a aguardar antes de executar a repetição.

Retornos

Um RetryDecision objeto com o atraso de repetição especificado e ShouldRetry definido como true.

Aplica-se a