ExponentialRetry(TimeSpan, Int32, Nullable<TimeSpan>) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe ExponentialRetry à l'aide du delta et du nombre maximal de tentatives spécifiés.
public ExponentialRetry (TimeSpan deltaBackoff, int maxRetries, TimeSpan? maxBackoff = default);
new Microsoft.Azure.Batch.Common.ExponentialRetry : TimeSpan * int * Nullable<TimeSpan> -> Microsoft.Azure.Batch.Common.ExponentialRetry
Public Sub New (deltaBackoff As TimeSpan, maxRetries As Integer, Optional maxBackoff As Nullable(Of TimeSpan) = Nothing)
Paramètres
- deltaBackoff
- TimeSpan
Intervalle d’interruption entre les nouvelles tentatives, où l’interruption résultante est 2^n * deltaBackoff (où n est le nombre de nouvelles tentatives)
- maxRetries
- Int32
Nombre maximal de nouvelles tentatives.
S’applique à
Azure SDK for .NET