Partager via


ExponentialRetry Constructeurs

Définition

Surcharges

ExponentialRetry()
ExponentialRetry(TimeSpan, Int32)

ExponentialRetry()

public ExponentialRetry ();
Public Sub New ()

S’applique à

ExponentialRetry(TimeSpan, Int32)

public ExponentialRetry (TimeSpan deltaBackoff, int maxAttempts);
new Microsoft.WindowsAzure.Storage.RetryPolicies.ExponentialRetry : TimeSpan * int -> Microsoft.WindowsAzure.Storage.RetryPolicies.ExponentialRetry
Public Sub New (deltaBackoff As TimeSpan, maxAttempts As Integer)

Paramètres

deltaBackoff
TimeSpan
maxAttempts
Int32

S’applique à