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
Public method RetryManagerImpl(IDictionary<String, RetryStrategy>, String, String, String, String, String, String)
Initializes a new instance of the RetryManagerImpl class.
Public method RetryManagerImpl(IEnumerable<RetryStrategy>, String, String, String, String, String, String)
Initializes a new instance of the RetryManagerImpl class.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetDefaultAzureCachingRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Caching.
(Inherited from RetryManager.)
Public method GetDefaultAzureCachingRetryStrategy
Return the default retry strategy for Windows Azure Caching.
(Inherited from RetryManager.)
Public method GetDefaultAzureServiceBusRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Service Bus.
(Inherited from RetryManager.)
Public method GetDefaultAzureServiceBusRetryStrategy
Return the default retry strategy for Windows Azure Service.
(Inherited from RetryManager.)
Public method GetDefaultAzureStorageRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Storage.
(Inherited from RetryManager.)
Public method GetDefaultAzureStorageRetryStrategy
Return the default retry strategy for Windows Azure Storage.
(Inherited from RetryManager.)
Public method GetDefaultSqlCommandRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with SQL commands.
(Inherited from RetryManager.)
Public method GetDefaultSqlCommandRetryStrategy
Return the default retry strategy for SqlCommand.
(Inherited from RetryManager.)
Public method GetDefaultSqlConnectionRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with SQL connections.
(Inherited from RetryManager.)
Public method GetDefaultSqlConnectionRetryStrategy
Return the default retry strategy for SqlConnection.
(Inherited from RetryManager.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetRetryPolicy<T>()
Return a retry policy with the specified error detection strategy and the default retry strategy defined in the config.
(Inherited from RetryManager.)
Public method GetRetryPolicy<T>(String)
Return a retry policy with the specified error detection strategy and retry strategy matching the specified name.
(Inherited from RetryManager.)
Public method GetRetryStrategy()
Return the default retry strategy defined in the config.
(Inherited from RetryManager.)
Public method GetRetryStrategy(String)
Return the retry matching the specified name.
(Overrides RetryManager.GetRetryStrategy(String).)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property DefaultAzureCachingStrategyName
Gets or sets the default Windows Azure Caching retry strategy name.
(Inherited from RetryManager.)
Public property DefaultAzureServiceBusStrategyName
Gets or sets the default Windows Azure Service Bus retry strategy name.
(Inherited from RetryManager.)
Public property DefaultAzureStorageStrategyName
Gets or sets the default Windows Azure Storage retry strategy name.
(Inherited from RetryManager.)
Public property DefaultRetryStrategyName
Gets or sets the default retry strategy name.
(Inherited from RetryManager.)
Public property DefaultSqlCommandStrategyName
Gets or sets the default SQL command retry strategy name.
(Inherited from RetryManager.)
Public property DefaultSqlConnectionStrategyName
Gets or sets the default SQL connection retry strategy name.
(Inherited from RetryManager.)

See Also

RetryManagerImpl Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling Namespace