Share via


RetryManager Constructor

 

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Overload List

Name Description
System_CAPS_pubmethod RetryManager(IEnumerable<RetryStrategy>)

Initializes a new instance of the RetryManager class.

System_CAPS_pubmethod RetryManager(IEnumerable<RetryStrategy>, String)

Initializes a new instance of the RetryManager class with the specified retry strategies and default retry strategy name.

System_CAPS_pubmethod 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