This documentation is archived and is not being maintained.
RetryManager Class
Visual Studio 2013
A simple class that allows to execute an Action or Func with retries.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
The RetryManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RetryManager(Int32) | Initializes a new instance of the the RetryManager class. |
![]() | RetryManager(Int32, Action(Exception)) | Initializes a new instance of the the RetryManager class. |
![]() | RetryManager(Int32, TimeSpan) | Initializes a new instance of the the RetryManager class. |
![]() | RetryManager(Int32, TimeSpan, Action(Exception)) | Initializes a new instance of the the RetryManager class. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Invoke(Action) | Executes specified action with retries. |
![]() | Invoke(T)(Action(T), T) | Executes specified action with retries. |
![]() | Invoke(T1, T2)(Action(T1, T2), T1, T2) | Executes specified action with retries. |
![]() | Invoke(T1, T2, T3)(Action(T1, T2, T3), T1, T2, T3) | Executes specified action with retries. |
![]() | Invoke(T1, T2, T3, T4)(Action(T1, T2, T3, T4), T1, T2, T3, T4) | Executes specified action with retries. |
![]() | InvokeFunc(TResult)(Func(TResult)) | Executes specified Func with retries. |
![]() | InvokeFunc(T, TResult)(Func(T, TResult), T) | Executes specified Func with retries. |
![]() | InvokeFunc(T1, T2, TResult)(Func(T1, T2, TResult), T1, T2) | Executes specified Func with retries. |
![]() | InvokeFunc(T1, T2, T3, TResult)(Func(T1, T2, T3, TResult), T1, T2, T3) | Executes specified Func with retries. |
![]() | InvokeFunc(T1, T2, T3, T4, TResult)(Func(T1, T2, T3, T4, TResult), T1, T2, T3, T4) | Executes specified Func with retries. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
