RetryStrategy Fields

 

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

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDefaultClientBackoff

Represents the default amount of time used when calculating a random delta in the exponential delay between retries.

System_CAPS_pubfieldSystem_CAPS_staticDefaultClientRetryCount

Represents the default number of retry attempts.

System_CAPS_pubfieldSystem_CAPS_staticDefaultFirstFastRetry

Represents the default flag indicating whether the first retry attempt will be made immediately, whereas subsequent retries will remain subject to the retry interval.

System_CAPS_pubfieldSystem_CAPS_staticDefaultMaxBackoff

Represents the default maximum amount of time used when calculating the exponential delay between retries.

System_CAPS_pubfieldSystem_CAPS_staticDefaultMinBackoff

Represents the default minimum amount of time used when calculating the exponential delay between retries.

System_CAPS_pubfieldSystem_CAPS_staticDefaultRetryIncrement

Represents the default time increment between retry attempts in the progressive delay policy.

System_CAPS_pubfieldSystem_CAPS_staticDefaultRetryInterval

Represents the default interval between retries.

Return to top
Show: