RetryManager Constructor
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Overload List
Name | Description | |
---|---|---|
RetryManager(IEnumerable<RetryStrategy>) | Initializes a new instance of the RetryManager class. |
|
RetryManager(IEnumerable<RetryStrategy>, String) | Initializes a new instance of the RetryManager class with the specified retry strategies and default retry strategy name. |
|
RetryManager(IEnumerable<RetryStrategy>, String, IDictionary<String, String>) | Initializes a new instance of the RetryManager class with the specified retry strategies and defaults. |
See Also
RetryManager Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top