RetryManager Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Common.RetryManager
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public NotInheritable Class RetryManager
public sealed class RetryManager
public ref class RetryManager sealed
[<Sealed>]
type RetryManager = class end
public final class RetryManager
The RetryManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RetryManager(Int32) | ||
RetryManager(Int32, Action<Exception>) | ||
RetryManager(Int32, TimeSpan) | ||
RetryManager(Int32, TimeSpan, Action<Exception>) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Invoke(Action) | ||
Invoke<T>(Action<T>, T) | ||
Invoke<T1, T2>(Action<T1, T2>, T1, T2) | ||
Invoke<T1, T2, T3>(Action<T1, T2, T3>, T1, T2, T3) | ||
Invoke<T1, T2, T3, T4>(Action<T1, T2, T3, T4>, T1, T2, T3, T4) | ||
InvokeFunc<TResult>(Func<TResult>) | ||
InvokeFunc<T, TResult>(Func<T, TResult>, T) | ||
InvokeFunc<T1, T2, TResult>(Func<T1, T2, TResult>, T1, T2) | ||
InvokeFunc<T1, T2, T3, TResult>(Func<T1, T2, T3, TResult>, T1, T2, T3) | ||
InvokeFunc<T1, T2, T3, T4, TResult>(Func<T1, T2, T3, T4, TResult>, T1, T2, T3, T4) | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.