Freigeben über


HttpRetryHelper.Invoke<TResult>-Methode (Func<TResult>, Int32%)

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

Syntax

'Declaration
Public Function Invoke(Of TResult) ( _
    function As Func(Of TResult), _
    <OutAttribute> ByRef remainingRetries As Integer _
) As TResult
public TResult Invoke<TResult>(
    Func<TResult> function,
    out int remainingRetries
)

Typparameter

  • TResult

Parameter

Rückgabewert

Typ: TResult

.NET Framework-Sicherheit

Siehe auch

Referenz

HttpRetryHelper Klasse

Invoke-Überladung

Microsoft.VisualStudio.Services.WebApi-Namespace