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.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Property Value
Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryStrategy
Show: