HttpRetryHelper 构造函数

命名空间:  Microsoft.VisualStudio.Services.WebApi
程序集:  Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)

语法

声明
Public Sub New ( _
    maxRetries As Integer, _
    canRetryDelegate As Func(Of Exception, Boolean) _
)
public HttpRetryHelper(
    int maxRetries,
    Func<Exception, bool> canRetryDelegate
)

参数

.NET Framework 安全性

请参阅

参考

HttpRetryHelper 类

Microsoft.VisualStudio.Services.WebApi 命名空间