retry_context Class
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.
class retry_context;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the retry_context class. |
Public Methods
Name | Description |
---|---|
Gets the location mode for subsequent retries. |
|
Gets the number of retries for the given operation. |
|
Gets the results of the last request. |
|
Gets the target location for the next retry. |
Public Operators
Name | Description |
---|---|
Returns a reference to a retry_context object. |
Inheritance Hierarchy
retry_context
Requirements
Header: core.h
Namespace: azure::storage