RetryPolicy.DefaultProgressive Property
Returns a default policy that implements a progressive retry interval configured with the default Incremental retry strategy. 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 RetryPolicy DefaultProgressive { get; }
public:
property RetryPolicy^ DefaultProgressive {
static RetryPolicy^ get();
}
static member DefaultProgressive : RetryPolicy with get
Public Shared ReadOnly Property DefaultProgressive As RetryPolicy
Property Value
Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryPolicy
See Also
RetryPolicy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top