RetryApiCall.PerformActionWithRetries<T> Method (Action<T>, T, Int32, Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.ClientNotification
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Protected Sub PerformActionWithRetries(Of T) ( _
    action As Action(Of T), _
    param As T, _
    retriesCount As Integer, _
    retrySleepDelay As Integer _
)
protected void PerformActionWithRetries<T>(
    Action<T> action,
    T param,
    int retriesCount,
    int retrySleepDelay
)
protected:
generic<typename T>
void PerformActionWithRetries(
    Action<T>^ action, 
    T param, 
    int retriesCount, 
    int retrySleepDelay
)
member PerformActionWithRetries : 
        action:Action<'T> * 
        param:'T * 
        retriesCount:int * 
        retrySleepDelay:int -> unit
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

  • param
    Type: T

.NET Framework Security

See Also

Reference

RetryApiCall Class

PerformActionWithRetries Overload

Microsoft.VisualStudio.Services.ClientNotification Namespace