Freigeben über


HttpRetryHelper-Konstruktor

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

HttpRetryHelper Klasse

Microsoft.VisualStudio.Services.WebApi-Namespace