RetryManager Constructor

 

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

NameDescription
System_CAPS_pubmethodRetryManager(IEnumerable(Of RetryStrategy))

Initializes a new instance of the RetryManager class.

System_CAPS_pubmethodRetryManager(IEnumerable(Of RetryStrategy), String)

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

System_CAPS_pubmethodRetryManager(IEnumerable(Of RetryStrategy), String, IDictionary(Of String, String))

Initializes a new instance of the RetryManager class with the specified retry strategies and defaults.

Return to top
Show: