RetryPolicy Properties

 

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticDefaultExponential

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.

System_CAPS_pubpropertySystem_CAPS_staticDefaultFixed

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.

System_CAPS_pubpropertySystem_CAPS_staticDefaultProgressive

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.

System_CAPS_pubpropertyErrorDetectionStrategy

Gets the instance of the error detection strategy.

System_CAPS_pubpropertySystem_CAPS_staticNoRetry

Returns a default policy that performs no retries, but invokes the action only once.

System_CAPS_pubpropertyRetryStrategy

Gets the retry strategy.

Return to top
Show: