Compartir a través de


RetryDecision.RetryWithDelay(TimeSpan) Método

Definición

Cree un nuevo RetryDecision con el retraso especificado antes del siguiente reintento.

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

Duración que se esperará antes de realizar el reintento.

Devoluciones

Objeto RetryDecision con el retraso de reintento especificado y ShouldRetry establecido en true.

Se aplica a