RetryPolicy<T> Constructor
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Overload List
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. |
See Also
RetryPolicy<T> Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top