ExponentialRetry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a retry policy that performs a specified number of retries, using a randomized exponential back off scheme to determine the interval between retries.
public sealed class ExponentialRetry : Microsoft.Azure.Storage.RetryPolicies.IExtendedRetryPolicy
type ExponentialRetry = class
interface IExtendedRetryPolicy
interface IRetryPolicy
Public NotInheritable Class ExponentialRetry
Implements IExtendedRetryPolicy
- Inheritance
-
ExponentialRetry
- Implements
Constructors
Exponential |
Initializes a new instance of the ExponentialRetry class. |
Exponential |
Initializes a new instance of the ExponentialRetry class using the specified delta and maximum number of retries. |
Methods
Create |
Generates a new retry policy for the current request attempt. |
Evaluate(Retry |
Determines whether the operation should be retried and the interval until the next retry. |
Should |
Determines whether the operation should be retried and the interval until the next retry. |
Applies to
Product | Versions |
---|---|
Azure SDK for .NET | Legacy, Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: