Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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)

Inheritance Hierarchy

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

Syntax

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

Constructors

NameDescription
System_CAPS_pubmethodRetryInfo()()()()

Initializes a new instance of the RetryInfo class.

System_CAPS_pubmethodRetryInfo(RetryContext)(RetryContext^)(RetryContext)(RetryContext)

Initializes a new instance of the RetryInfo class.

Properties

NameDescription
System_CAPS_pubpropertyRetryIntervalRetryIntervalRetryIntervalRetryInterval

Gets the interval until the next retry.

System_CAPS_pubpropertyTargetLocationTargetLocationTargetLocationTargetLocation

Gets or sets the target location for the next retry.

System_CAPS_pubpropertyUpdatedLocationModeUpdatedLocationModeUpdatedLocationModeUpdatedLocationMode

Gets or sets the location mode for subsequent retries.

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 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.

Return to top