Classe RetryManager
Gerarchia di ereditarietà
System.Object
Microsoft.TeamFoundation.Common.RetryManager
Spazio dei nomi: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class RetryManager
public sealed class RetryManager
Il tipo RetryManager espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
RetryManager(Int32) | |
![]() |
RetryManager(Int32, Action<Exception>) | |
![]() |
RetryManager(Int32, TimeSpan) | |
![]() |
RetryManager(Int32, TimeSpan, Action<Exception>) |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Determina se l'oggetto specificato equivale all'oggetto corrente. (Ereditato da Object) |
![]() |
GetHashCode | Funge da funzione hash per un determinato tipo. (Ereditato da Object) |
![]() |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da 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 | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.