ExponentialRetry Constructors

Definition

Overloads

ExponentialRetry()
ExponentialRetry(TimeSpan, Int32)

ExponentialRetry()

public ExponentialRetry ();
Public Sub New ()

Applies to

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)

Parameters

deltaBackoff
TimeSpan
maxAttempts
Int32

Applies to