Represents the context for one or more retries of a request made against the Windows 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.
The following tables list the members exposed by the RetryContext type.
Public Properties
Name | Description | |
---|---|---|
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. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | Overridden. Returns a string that represents the current RetryContext instance. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |