Specifies parameters for the next retry of a request to be made against the Windows Azure storage services, including the target location and location mode for the next retry and the interval until the next retry.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
| Name | Description | |
|---|---|---|
| RetryInfo()()()() | Initializes a new instance of the RetryInfo class. | |
| RetryInfo(RetryContext)(RetryContext^)(RetryContext)(RetryContext) | Initializes a new instance of the RetryInfo class. |
Properties
| Name | Description | |
|---|---|---|
| RetryIntervalRetryIntervalRetryIntervalRetryInterval | Gets the interval until the next retry. | |
| TargetLocationTargetLocationTargetLocationTargetLocation | Gets or sets the target location for the next retry. | |
| UpdatedLocationModeUpdatedLocationModeUpdatedLocationModeUpdatedLocationMode | Gets or sets the location mode for subsequent retries. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | Returns a string that represents the current RetryInfo instance.(Overrides Object.::..ToString()()()().) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.