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