RetryManager Constructor (IEnumerable<RetryStrategy>, String, IDictionary<String, String>)
Initializes a new instance of the RetryManager class with the specified retry strategies and defaults.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
public RetryManager( IEnumerable<RetryStrategy> retryStrategies, string defaultRetryStrategyName, IDictionary<string, string> defaultRetryStrategyNamesMap )
Parameters
- retryStrategies
-
Type:
System.Collections.Generic.IEnumerable<RetryStrategy>
The complete set of retry strategies.
- defaultRetryStrategyName
-
Type:
System.String
The default retry strategy.
- defaultRetryStrategyNamesMap
-
Type:
System.Collections.Generic.IDictionary<String, String>
The names of the default strategies for different technologies.
Show: