Partilhar via


Construtor HttpRetryHelper

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

Sintaxe

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

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

HttpRetryHelper Classe

Namespace Microsoft.VisualStudio.Services.WebApi