RetryManagerImpl Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling. |
The RetryManagerImpl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RetryManagerImpl(IDictionary<String, RetryStrategy>, String, String, String, String, String, String) |
Initializes a new instance of the RetryManagerImpl class.
|
|
RetryManagerImpl(IEnumerable<RetryStrategy>, String, String, String, String, String, String) |
Initializes a new instance of the RetryManagerImpl class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetDefaultAzureCachingRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Caching.
(Inherited from RetryManager.) |
|
GetDefaultAzureCachingRetryStrategy |
Return the default retry strategy for Windows Azure Caching.
(Inherited from RetryManager.) |
|
GetDefaultAzureServiceBusRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Service Bus.
(Inherited from RetryManager.) |
|
GetDefaultAzureServiceBusRetryStrategy |
Return the default retry strategy for Windows Azure Service.
(Inherited from RetryManager.) |
|
GetDefaultAzureStorageRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Storage.
(Inherited from RetryManager.) |
|
GetDefaultAzureStorageRetryStrategy |
Return the default retry strategy for Windows Azure Storage.
(Inherited from RetryManager.) |
|
GetDefaultSqlCommandRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with SQL commands.
(Inherited from RetryManager.) |
|
GetDefaultSqlCommandRetryStrategy |
Return the default retry strategy for SqlCommand.
(Inherited from RetryManager.) |
|
GetDefaultSqlConnectionRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with SQL connections.
(Inherited from RetryManager.) |
|
GetDefaultSqlConnectionRetryStrategy |
Return the default retry strategy for SqlConnection.
(Inherited from RetryManager.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetRetryPolicy<T>() |
Return a retry policy with the specified error detection strategy and the default retry strategy defined in the config.
(Inherited from RetryManager.) |
|
GetRetryPolicy<T>(String) |
Return a retry policy with the specified error detection strategy and retry strategy matching the specified name.
(Inherited from RetryManager.) |
|
GetRetryStrategy() |
Return the default retry strategy defined in the config.
(Inherited from RetryManager.) |
|
GetRetryStrategy(String) |
Return the retry matching the specified name.
(Overrides RetryManager.GetRetryStrategy(String).) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
DefaultAzureCachingStrategyName |
Gets or sets the default Windows Azure Caching retry strategy name.
(Inherited from RetryManager.) |
|
DefaultAzureServiceBusStrategyName |
Gets or sets the default Windows Azure Service Bus retry strategy name.
(Inherited from RetryManager.) |
|
DefaultAzureStorageStrategyName |
Gets or sets the default Windows Azure Storage retry strategy name.
(Inherited from RetryManager.) |
|
DefaultRetryStrategyName |
Gets or sets the default retry strategy name.
(Inherited from RetryManager.) |
|
DefaultSqlCommandStrategyName |
Gets or sets the default SQL command retry strategy name.
(Inherited from RetryManager.) |
|
DefaultSqlConnectionStrategyName |
Gets or sets the default SQL connection retry strategy name.
(Inherited from RetryManager.) |
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling Namespace