Share via


RetryPolicyFactory Members

Include Protected Members
Include Inherited Members

The RetryPolicyFactory type exposes the following members.

Methods

  Name Description
Public methodStatic member CreateDefault
Creates a retry manager from the system configuration.
Public methodStatic member GetDefaultAzureCachingRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Caching.
Public methodStatic member GetDefaultAzureServiceBusRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Service Bus.
Public methodStatic member GetDefaultAzureStorageRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Storage.
Public methodStatic member GetDefaultSqlCommandRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with SQL commands.
Public methodStatic member GetDefaultSqlConnectionRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with SQL connections.
Public methodStatic member GetRetryPolicy<T>()
Returns a retry policy with the specified error detection strategy and the default retry strategy defined in the configuration.
Public methodStatic member GetRetryPolicy<T>(String)
Returns an instance of the RetryPolicy object for a given error detection strategy and retry strategy.
Public methodStatic member SetRetryManager
Sets the retry manager.

See Also

RetryPolicyFactory Class

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace