RetryPolicies.RetryExponential Method

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Overload List

NameDescription
RetryPolicies.RetryExponential (Int32, TimeSpan)Returns a policy that retries a specified number of times with a randomized exponential backoff scheme, using default values for the minimum and maximum backoff.
RetryPolicies.RetryExponential (Int32, TimeSpan, TimeSpan, TimeSpan)Returns a policy that retries a specified number of times with a randomized exponential backoff scheme, using specified minimum and maximum backoff values.

See Also