RetryPolicy Properties
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() ![]() | 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. |
![]() | ErrorDetectionStrategy | Gets the instance of the error detection strategy. |
![]() ![]() | NoRetry | Returns a default policy that performs no retries, but invokes the action only once. |
![]() | RetryStrategy | Gets the retry strategy. |

