Partilhar via


RetryOptions(TimeSpan, Int32) Construtor

Definição

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

Parâmetros

firstRetryInterval
TimeSpan
maxNumberOfAttempts
Int32

Aplica-se a