IotHubServiceFixedDelayRetryPolicy(UInt32, TimeSpan, Boolean) 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 une instance de cette classe.
public IotHubServiceFixedDelayRetryPolicy (uint maxRetries, TimeSpan fixedDelay, bool useJitter = true);
new Microsoft.Azure.Devices.IotHubServiceFixedDelayRetryPolicy : uint32 * TimeSpan * bool -> Microsoft.Azure.Devices.IotHubServiceFixedDelayRetryPolicy
Public Sub New (maxRetries As UInteger, fixedDelay As TimeSpan, Optional useJitter As Boolean = true)
Paramètres
- maxRetries
- UInt32
Nombre maximal de nouvelles tentatives ; utilisez 0 pour les nouvelles tentatives infinies.
- fixedDelay
- TimeSpan
Délai fixe d’attente entre les nouvelles tentatives.
- useJitter
- Boolean
Indique s’il faut ajouter un petit ajustement aléatoire au délai de nouvelle tentative pour éviter la synchronicité dans les clients de nouvelle tentative.
Exceptions
Lève si la valeur de fixedDelay
est négative.
S’applique à
Azure SDK for .NET