Compartilhar via


RetryOptions(TimeSpan, Int32) Construtor

Definição

Cria uma nova instância RetryOptions com as primeiras tentativas de repetição e máximo fornecidas.

public RetryOptions (TimeSpan firstRetryInterval, int maxNumberOfAttempts);
new Microsoft.Azure.WebJobs.Extensions.DurableTask.RetryOptions : TimeSpan * int -> Microsoft.Azure.WebJobs.Extensions.DurableTask.RetryOptions
Public Sub New (firstRetryInterval As TimeSpan, maxNumberOfAttempts As Integer)

Parâmetros

firstRetryInterval
TimeSpan

Tempo limite para aguardar a primeira repetição.

maxNumberOfAttempts
Int32

Número máximo de tentativas de repetição.

Exceções

O firstRetryInterval valor deve ser maior que Zero.

Aplica-se a