Partager via


RetryOptions(TimeSpan, Int32) Constructeur

Définition

Crée un instance RetryOptions avec les premières tentatives et les tentatives maximales fournies.

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)

Paramètres

firstRetryInterval
TimeSpan

Délai d’attente de la première nouvelle tentative.

maxNumberOfAttempts
Int32

Nombre maximal de tentatives de nouvelle tentative.

Exceptions

La firstRetryInterval valeur doit être supérieure à Zero.

S’applique à