ExponentialBackoff Constructor
Namespace:
Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() | ExponentialBackoff() | Initializes a new instance of the ExponentialBackoff class. |
![]() | ExponentialBackoff(Int32, TimeSpan, TimeSpan, TimeSpan) | Initializes a new instance of the ExponentialBackoff class with the specified retry settings. |
![]() | ExponentialBackoff(String, Int32, TimeSpan, TimeSpan, TimeSpan) | Initializes a new instance of the ExponentialBackoff class with the specified name and retry settings. |
![]() | ExponentialBackoff(String, Int32, TimeSpan, TimeSpan, TimeSpan, Boolean) | Initializes a new instance of the ExponentialBackoff class with the specified name, retry settings, and fast retry option. |
Show:
