共用方式為


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 命名空間