Partager via


HttpRetryOptions(TimeSpan, Int32) Constructeur

Définition

Crée un instance SerializableRetryOptions avec la première tentative et le nombre maximal de tentatives fournis.

public HttpRetryOptions (TimeSpan firstRetryInterval, int maxNumberOfAttempts);
new Microsoft.Azure.WebJobs.Extensions.DurableTask.HttpRetryOptions : TimeSpan * int -> Microsoft.Azure.WebJobs.Extensions.DurableTask.HttpRetryOptions
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 à