RetryManager Members
Include Protected Members
Include Inherited Members
The RetryManager type exposes the following members.
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.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetDefaultRetryStrategy |
Returns the retry strategy for the specified technology.
|
|
GetHashCode |
Serves as a hash function for a particular type.
(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 |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
SetDefault |
Sets the specified retry manager as the default retry manager.
|
|
ToString |
Returns a string that represents the current object.
(Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
GetDefaultAzureCachingRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Caching.
(Defined by RetryManagerCachingExtensions.) |
|
GetDefaultAzureCachingRetryStrategy |
Returns the default retry strategy for Windows Azure Caching.
(Defined by RetryManagerCachingExtensions.) |
|
GetDefaultAzureServiceBusRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Service Bus.
(Defined by RetryManagerServiceBusExtensions.) |
|
GetDefaultAzureServiceBusRetryStrategy |
Returns the default retry strategy for the Windows Azure Service Bus.
(Defined by RetryManagerServiceBusExtensions.) |
|
GetDefaultAzureStorageRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Storage.
(Defined by RetryManagerWindowsAzureStorageExtensions.) |
|
GetDefaultAzureStorageRetryStrategy |
Returns the default retry strategy for Windows Azure Storage.
(Defined by RetryManagerWindowsAzureStorageExtensions.) |
|
GetDefaultCachingRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Caching.
(Defined by RetryManagerCachingExtensions.) |
|
GetDefaultCachingRetryStrategy |
Returns the default retry strategy for Windows Azure Caching.
(Defined by RetryManagerCachingExtensions.) |
|
GetDefaultSqlCommandRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with SQL commands.
(Defined by RetryManagerSqlExtensions.) |
|
GetDefaultSqlCommandRetryStrategy |
Returns the default retry strategy for SQL commands.
(Defined by RetryManagerSqlExtensions.) |
|
GetDefaultSqlConnectionRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with SQL connections.
(Defined by RetryManagerSqlExtensions.) |
|
GetDefaultSqlConnectionRetryStrategy |
Returns the default retry strategy for SQL connections.
(Defined by RetryManagerSqlExtensions.) |
Properties
Name | Description | |
---|---|---|
DefaultRetryStrategyName |
Gets or sets the default retry strategy name.
|
|
Instance |
Gets the default RetryManager for the application.
|
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace