RetryInfo 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.
Specifies parameters for the next retry of a request to be made against the Microsoft Azure storage services, including the target location and location mode for the next retry and the interval until the next retry.
public sealed class RetryInfo
type RetryInfo = class
Public NotInheritable Class RetryInfo
- Inheritance
-
RetryInfo
Constructors
RetryInfo() |
Initializes a new instance of the RetryInfo class. |
RetryInfo(RetryContext) |
Initializes a new instance of the RetryInfo class. |
Properties
RetryInterval |
Gets the interval until the next retry. |
TargetLocation |
Gets or sets the target location for the next retry. |
UpdatedLocationMode |
Gets or sets the location mode for subsequent retries. |
Methods
ToString() |
Returns a string that represents the current RetryInfo instance. |
Applies to
Azure SDK for .NET