Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Classes

Class Description
System_CAPS_pubclass ExponentialRetry

Represents a retry policy that performs a specified number of retries, using a randomized exponential back off scheme to determine the interval between retries.

System_CAPS_pubclass LinearRetry

Represents a retry policy that performs a specified number of retries, using a specified fixed time interval between retries.

System_CAPS_pubclass NoRetry

Represents a retry policy that performs no retries.

System_CAPS_pubclass RetryContext

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.

System_CAPS_pubclass RetryInfo

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.

Interfaces

Interface Description
System_CAPS_pubinterface IExtendedRetryPolicy

Represents a retry policy.

System_CAPS_pubinterface IRetryPolicy

Represents a retry policy.

Enumerations

Enumeration Description
System_CAPS_pubenum LocationMode

Specifies the location mode to indicate which location should receive the request.

Return to top