共用方式為


RetryOptions(TimeSpan, Int32) Constructor

Definition

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)

Parameters

firstRetryInterval
TimeSpan
maxNumberOfAttempts
Int32

Applies to