RetryStrategy Fields
Namespace:
Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultClientBackoff | Represents the default amount of time used when calculating a random delta in the exponential delay between retries. |
![]() ![]() | DefaultClientRetryCount | Represents the default number of retry attempts. |
![]() ![]() | DefaultFirstFastRetry | Represents the default flag indicating whether the first retry attempt will be made immediately, whereas subsequent retries will remain subject to the retry interval. |
![]() ![]() | DefaultMaxBackoff | Represents the default maximum amount of time used when calculating the exponential delay between retries. |
![]() ![]() | DefaultMinBackoff | Represents the default minimum amount of time used when calculating the exponential delay between retries. |
![]() ![]() | DefaultRetryIncrement | Represents the default time increment between retry attempts in the progressive delay policy. |
![]() ![]() | DefaultRetryInterval | Represents the default interval between retries. |
Show:

