你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于