RetryContext Class

Windows Runtime Azure Storage Client Library

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

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also