Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.RetryPolicies.::..RetryContext

Syntax

 
public sealed class RetryContext
 
public ref class RetryContext sealed 
 
[<Sealed>]
type RetryContext = class end
 
Public NotInheritable Class RetryContext

Properties

NameDescription
System_CAPS_pubpropertyCurrentRetryCountCurrentRetryCountCurrentRetryCountCurrentRetryCount

Gets the number of retries for the given operation.

System_CAPS_pubpropertyLastRequestResultLastRequestResultLastRequestResultLastRequestResult

Gets the results of the last request.

System_CAPS_pubpropertyLocationModeLocationModeLocationModeLocationMode

Gets the location mode for subsequent retries.

System_CAPS_pubpropertyNextLocationNextLocationNextLocationNextLocation

Gets the target location for the next retry.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

Returns a string that represents the current RetryContext 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.

Return to top