RetryManager Constructor (IEnumerable<RetryStrategy>, String)

 

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

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

public RetryManager(
	IEnumerable<RetryStrategy> retryStrategies,
	string defaultRetryStrategyName
)

Parameters

retryStrategies
Type: System.Collections.Generic.IEnumerable<RetryStrategy>

The complete set of retry strategies.

defaultRetryStrategyName
Type: System.String

The default retry strategy.

Return to top
Show: