RetryContext 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 the context for one or more retries of a request made against the Microsoft Azure storage services, including the number of retries made for the request, the results of the last request, and the storage location and location mode for subsequent retries.
public sealed class RetryContext
type RetryContext = class
Public NotInheritable Class RetryContext
- Inheritance
-
RetryContext
Properties
CurrentRetryCount |
Gets the number of retries for the given operation. |
LastRequestResult |
Gets the results of the last request. |
LocationMode |
Gets the location mode for subsequent retries. |
NextLocation |
Gets the target location for the next retry. |
Methods
ToString() |
Returns a string that represents the current RetryContext instance. |
Applies to
Azure SDK for .NET