ExponentialBackoff(Int32, TimeSpan, TimeSpan, 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.
Crée un instance d’ExponentielBackoff.
public ExponentialBackoff (int retryCount, TimeSpan minBackoff, TimeSpan maxBackoff, TimeSpan deltaBackoff);
new Microsoft.Azure.Devices.Client.ExponentialBackoff : int * TimeSpan * TimeSpan * TimeSpan -> Microsoft.Azure.Devices.Client.ExponentialBackoff
Public Sub New (retryCount As Integer, minBackoff As TimeSpan, maxBackoff As TimeSpan, deltaBackoff As TimeSpan)
Paramètres
- retryCount
- Int32
Nombre maximal de nouvelles tentatives.
- minBackoff
- TimeSpan
Temps de back-off minimum
- maxBackoff
- TimeSpan
Durée de temporisation maximale.
- deltaBackoff
- TimeSpan
Valeur qui sera utilisée pour calculer un delta aléatoire dans le délai exponentiel entre les nouvelles tentatives.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET