RetryApiCall.PerformActionWithRetries Method (Action, 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 ( _
    action As Action, _
    retriesCount As Integer, _
    retrySleepDelay As Integer _
)
protected void PerformActionWithRetries(
    Action action,
    int retriesCount,
    int retrySleepDelay
)
protected:
void PerformActionWithRetries(
    Action^ action, 
    int retriesCount, 
    int retrySleepDelay
)
member PerformActionWithRetries : 
        action:Action * 
        retriesCount:int * 
        retrySleepDelay:int -> unit
protected function PerformActionWithRetries(
    action : Action, 
    retriesCount : int, 
    retrySleepDelay : int
)

Parameters

.NET Framework Security

See Also

Reference

RetryApiCall Class

PerformActionWithRetries Overload

Microsoft.VisualStudio.Services.ClientNotification Namespace