





Represents a retry policy that performs a specified number of retries, using a randomized exponential back off scheme to determine the interval between retries.
The following tables list the members exposed by the ExponentialRetry type.
Public Constructors
Name | Description | |
---|---|---|
ExponentialRetry | Overloaded. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
CreateInstance | Generates a new retry policy for the current request attempt. |
![]() |
Equals | (Inherited from Object) |
![]() |
Evaluate | Determines whether the operation should be retried and the interval until the next retry. |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() |
ShouldRetry | Determines whether the operation should be retried and the interval until the next retry. |
![]() |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |