Freigeben über


ExponentialRetry Konstruktoren

Definition

Überlädt

ExponentialRetry()
ExponentialRetry(TimeSpan, Int32)

ExponentialRetry()

public ExponentialRetry ();
Public Sub New ()

Gilt für:

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)

Parameter

deltaBackoff
TimeSpan
maxAttempts
Int32

Gilt für: