RetryStrategy.DefaultExponential Property

 

Returns a default policy that implements a random exponential retry interval configured with the DefaultClientRetryCount, DefaultMinBackoff, DefaultMaxBackoff, and DefaultClientBackoff parameters. The default retry policy treats all caught exceptions as transient errors.

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public static RetryStrategy DefaultExponential { get; }
public:
property RetryStrategy^ DefaultExponential {
    static RetryStrategy^ get();
}
static member DefaultExponential : RetryStrategy with get
Public Shared ReadOnly Property DefaultExponential As RetryStrategy

Property Value

Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryStrategy

See Also

RetryStrategy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top