RetryManager.Invoke Method (Action)

Executes specified action with retries.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Sub Invoke ( _
    action As Action _
)
public void Invoke(
    Action action
)
public:
void Invoke(
    Action^ action
)
member Invoke : 
        action:Action -> unit
public function Invoke(
    action : Action
)

Parameters

.NET Framework Security

See Also

Reference

RetryManager Class

Invoke Overload

Microsoft.TeamFoundation.Common Namespace