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