Share via


RetryManager Members

Include Protected Members
Include Inherited Members

The RetryManager type exposes the following members.

Constructors

  Name Description
Public method RetryManager(IEnumerable<RetryStrategy>)
Initializes a new instance of the RetryManager class.
Public method RetryManager(IEnumerable<RetryStrategy>, String)
Initializes a new instance of the RetryManager class with the specified retry strategies and default retry strategy name.
Public method 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
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetDefaultRetryStrategy
Returns the retry strategy for the specified technology.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetRetryPolicy<T>()
Returns a retry policy with the specified error detection strategy and the default retry strategy defined in the configuration.
Public method GetRetryPolicy<T>(String)
Returns a retry policy with the specified error detection strategy and retry strategy.
Public method GetRetryStrategy()
Returns the default retry strategy defined in the configuration.
Public method GetRetryStrategy(String)
Returns the retry strategy that matches the specified name.
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 methodStatic member SetDefault
Sets the specified retry manager as the default retry manager.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  Name Description
Public Extension Method GetDefaultAzureCachingRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Caching.
(Defined by RetryManagerCachingExtensions.)
Public Extension Method GetDefaultAzureCachingRetryStrategy
Returns the default retry strategy for Windows Azure Caching.
(Defined by RetryManagerCachingExtensions.)
Public Extension Method GetDefaultAzureServiceBusRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Service Bus.
(Defined by RetryManagerServiceBusExtensions.)
Public Extension Method GetDefaultAzureServiceBusRetryStrategy
Returns the default retry strategy for the Windows Azure Service Bus.
(Defined by RetryManagerServiceBusExtensions.)
Public Extension Method GetDefaultAzureStorageRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Storage.
(Defined by RetryManagerWindowsAzureStorageExtensions.)
Public Extension Method GetDefaultAzureStorageRetryStrategy
Returns the default retry strategy for Windows Azure Storage.
(Defined by RetryManagerWindowsAzureStorageExtensions.)
Public Extension Method GetDefaultCachingRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Caching.
(Defined by RetryManagerCachingExtensions.)
Public Extension Method GetDefaultCachingRetryStrategy
Returns the default retry strategy for Windows Azure Caching.
(Defined by RetryManagerCachingExtensions.)
Public Extension Method GetDefaultSqlCommandRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with SQL commands.
(Defined by RetryManagerSqlExtensions.)
Public Extension Method GetDefaultSqlCommandRetryStrategy
Returns the default retry strategy for SQL commands.
(Defined by RetryManagerSqlExtensions.)
Public Extension Method GetDefaultSqlConnectionRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with SQL connections.
(Defined by RetryManagerSqlExtensions.)
Public Extension Method GetDefaultSqlConnectionRetryStrategy
Returns the default retry strategy for SQL connections.
(Defined by RetryManagerSqlExtensions.)

Properties

  Name Description
Public property DefaultRetryStrategyName
Gets or sets the default retry strategy name.
Public propertyStatic member Instance
Gets the default RetryManager for the application.

See Also

RetryManager Class

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace