次の方法で共有


RetryOptions(TimeSpan, Int32) コンストラクター

定義

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)

パラメーター

firstRetryInterval
TimeSpan
maxNumberOfAttempts
Int32

適用対象