RetryManager, constructeur (Int32, TimeSpan, Action<Exception>)
Espace de noms : Microsoft.TeamFoundation.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Sub New ( _
retryCount As Integer, _
delay As TimeSpan, _
onException As Action(Of Exception) _
)
public RetryManager(
int retryCount,
TimeSpan delay,
Action<Exception> onException
)
Paramètres
- retryCount
Type : System.Int32
- delay
Type : System.TimeSpan
- onException
Type : System.Action<Exception>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.