Represents a retry policy that performs a specified number of retries, using a specified fixed time interval between retries.
The following tables list the members exposed by the LinearRetry type.
Public Constructors
| Name | Description | |
|---|---|---|
| LinearRetry | 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) |