RetryPolicy Constructor
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() | RetryPolicy(ITransientErrorDetectionStrategy, Int32) | Initializes a new instance of the RetryPolicy class with the specified number of retry attempts and default fixed time interval between retries. |
![]() | RetryPolicy(ITransientErrorDetectionStrategy, Int32, TimeSpan) | Initializes a new instance of the RetryPolicy class with the specified number of retry attempts and fixed time interval between retries. |
![]() | RetryPolicy(ITransientErrorDetectionStrategy, Int32, TimeSpan, TimeSpan) | Initializes a new instance of the RetryPolicy class with the specified number of retry attempts and parameters defining the progressive delay between retries. |
![]() | RetryPolicy(ITransientErrorDetectionStrategy, Int32, TimeSpan, TimeSpan, TimeSpan) | Initializes a new instance of the RetryPolicy class with the specified number of retry attempts and backoff parameters for calculating the exponential delay between retries. |
![]() | RetryPolicy(ITransientErrorDetectionStrategy, RetryStrategy) | Initializes a new instance of the RetryPolicy class with the specified number of retry attempts and parameters defining the progressive delay between retries. |
