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.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public static RetryStrategy DefaultExponential { get; }
'Declaration
Public Shared ReadOnly Property DefaultExponential As RetryStrategy
Get
public:
static property RetryStrategy^ DefaultExponential {
RetryStrategy^ get ();
}
Property Value
Type: RetryStrategy
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace