RetryPolicyFactory 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 RetryPolicyFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDefaultAzureCachingRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Caching.
|
|
GetDefaultAzureServiceBusRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Service Bus.
|
|
GetDefaultAzureStorageRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with Windows Azure Storage.
|
|
GetDefaultSqlCommandRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with SQL commands.
|
|
GetDefaultSqlConnectionRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with SQL connections.
|
|
GetRetryPolicy<T>() |
Return a retry policy with the specified error detection strategy and the default retry strategy defined in the config.
|
|
GetRetryPolicy<T>(String) |
Returns an instance of the RetryPolicy object for a given error detection strategy and retry strategy.
|
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling Namespace