RetryManager Methods

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 RetryManager type exposes the following members.

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.
Public method GetDefaultAzureCachingRetryStrategy
Return the default retry strategy for Windows Azure Caching.
Public method GetDefaultAzureServiceBusRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Service Bus.
Public method GetDefaultAzureServiceBusRetryStrategy
Return the default retry strategy for Windows Azure Service.
Public method GetDefaultAzureStorageRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Storage.
Public method GetDefaultAzureStorageRetryStrategy
Return the default retry strategy for Windows Azure Storage.
Public method GetDefaultSqlCommandRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with SQL commands.
Public method GetDefaultSqlCommandRetryStrategy
Return the default retry strategy for SqlCommand.
Public method GetDefaultSqlConnectionRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with SQL connections.
Public method GetDefaultSqlConnectionRetryStrategy
Return the default retry strategy for SqlConnection.
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.
Public method GetRetryPolicy<T>(String)
Return a retry policy with the specified error detection strategy and retry strategy matching the specified name.
Public method GetRetryStrategy()
Return the default retry strategy defined in the config.
Public method GetRetryStrategy(String)
Return the retry matching 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 method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also

RetryManager Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling Namespace