RetryPolicy Properties

Include Protected Members
Include Inherited Members

The RetryPolicy type exposes the following members.

Properties

  Name Description
Public propertyStatic member DefaultExponential
Returns a default policy that implements a random exponential retry interval configured with the default FixedInterval retry strategy. The default retry policy treats all caught exceptions as transient errors.
Public propertyStatic member DefaultFixed
Returns a default policy that implements a fixed retry interval configured with the default FixedInterval retry strategy. The default retry policy treats all caught exceptions as transient errors.
Public propertyStatic member DefaultProgressive
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.
Public property ErrorDetectionStrategy
Gets the instance of the error detection strategy.
Public propertyStatic member NoRetry
Returns a default policy that performs no retries, but invokes the action only once.
Public property RetryStrategy
Gets the retry strategy.

See Also

RetryPolicy Class

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace