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.
Namespace: Microsoft.WindowsAzure.Storage.RetryPolicies
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As RetryInfo
|
Syntax
| Visual Basic |
|---|
Public NotInheritable Class RetryInfo |
| C# |
|---|
public sealed class RetryInfo |
| C++ |
|---|
public ref class RetryInfo sealed |
| J# |
|---|
public final class RetryInfo |
| JScript |
|---|
public final class RetryInfo |
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Storage.RetryPolicies.RetryInfo
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.
Platforms
See Also