FixedInterval Members
Represents a retry strategy with a specified number of retry attempts and a default, fixed time interval between retries.
The following tables list the members exposed by the FixedInterval type.
Public Constructors
Name | Description | |
---|---|---|
FixedInterval | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
FastFirstRetry | Gets or sets a value indicating whether the first retry attempt will be made immediately, whereas subsequent retries will remain subject to the retry interval. (Inherited from RetryStrategy) | |
Name | Gets the name of the retry strategy. (Inherited from RetryStrategy) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetShouldRetry | Overridden. Returns the corresponding ShouldRetry delegate. | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
FixedInterval Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace