RetryManager Class
Provides the entry point to the retry functionality.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryManager
Syntax
public class RetryManager
public ref class RetryManager
type RetryManager = class end
Public Class RetryManager
Constructors
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. |
Properties
Name | Description | |
---|---|---|
DefaultRetryStrategyName | Gets or sets the default retry strategy name. |
|
Instance | Gets the default RetryManager for the application. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetDefaultRetryStrategy(String) | Returns the retry strategy for the specified technology. |
|
GetHashCode() | (Inherited from Object.) |
|
GetRetryPolicy<T>() | Returns a retry policy with the specified error detection strategy and the default retry strategy defined in the configuration. |
|
GetRetryPolicy<T>(String) | Returns a retry policy with the specified error detection strategy and retry strategy. |
|
GetRetryStrategy() | Returns the default retry strategy defined in the configuration. |
|
GetRetryStrategy(String) | Returns the retry strategy that matches the specified name. |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SetDefault(RetryManager, Boolean) | Sets the specified retry manager as the default retry manager. |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top