Partager via


ExponentialRetryPolicy Constructeurs

Définition

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 à