Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

ExponentialRetry Constructor (Microsoft.WindowsAzure.Storage.RetryPolicies)

Namespace:   Microsoft.WindowsAzure.Storage.RetryPolicies
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Overload List

NameDescription
System_CAPS_pubmethodExponentialRetry()()()()

Initializes a new instance of the ExponentialRetry class.

System_CAPS_pubmethodExponentialRetry(TimeSpan, Int32)(TimeSpan, Int32)(TimeSpan, Int32)(TimeSpan, Int32)

Initializes a new instance of the ExponentialRetry class using the specified delta and maximum number of retries.

Return to top