ExponentialRetryPolicy Constructeurs
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.
Surcharges
ExponentialRetryPolicy() |
Paramètres par défaut des stratégies de nouvelle tentative exponentielle |
ExponentialRetryPolicy(Int32, Int32) |
Stratégies de nouvelles tentatives exponentielles avec le nombre maximal de nouvelles tentatives et l’intervalle spécifiés |
ExponentialRetryPolicy()
Paramètres par défaut des stratégies de nouvelle tentative exponentielle
public ExponentialRetryPolicy ();
Public Sub New ()
S’applique à
ExponentialRetryPolicy(Int32, Int32)
Stratégies de nouvelles tentatives exponentielles avec le nombre maximal de nouvelles tentatives et l’intervalle spécifiés
public ExponentialRetryPolicy (int maxRetries, int interval);
new Microsoft.Azure.DataLake.Store.RetryPolicies.ExponentialRetryPolicy : int * int -> Microsoft.Azure.DataLake.Store.RetryPolicies.ExponentialRetryPolicy
Public Sub New (maxRetries As Integer, interval As Integer)
Paramètres
- maxRetries
- Int32
Nombre maximal de nouvelles tentatives
- interval
- Int32
Intervalle de temps exponentiel
S’applique à
Azure SDK for .NET