Represents a retry policy that performs a specified number of retries, using a randomized exponential backoff scheme to determine the interval between retries.
Namespace: Microsoft.WindowsAzure.Storage.RetryPolicies
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
'Usage
Dim instance As ExponentialRetry
public sealed class ExponentialRetry : IRetryPolicy
public final class ExponentialRetry implements IRetryPolicy
public final class ExponentialRetry implements IRetryPolicy
System.Object Microsoft.WindowsAzure.Storage.RetryPolicies.ExponentialRetry
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008
Target Platforms