Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.SqlAzure Namespace
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. |
Classes
Class | Description | |
---|---|---|
ReliableSqlConnection |
Provides a reliable way of opening connections to, and executing commands against the SQL Azure databases taking into account potential network unreliability and a requirement for connection retry.
|
|
SqlAzureTransientErrorDetectionStrategy |
Provides the transient error detection logic for transient faults that are specific to SQL Azure.
|
|
SqlCommandExtensions |
Provides a set of extension methods adding retry capabilities into the standard System.Data.SqlClient.SqlCommand implementation.
|
|
SqlCommandFactory |
Provides factory methods for instantiating SQL commands.
|
|
SqlConnectionExtensions |
Provides a set of extension methods adding retry capabilities into the standard SqlConnection implementation.
|
|
ThrottlingCondition |
Implements an object holding the decoded reason code returned from SQL Azure when encountering throttling conditions.
|
|
TransactionRetryScope |
Provides support for retry policy-aware transactional scope.
|
Enumerations
Enumeration | Description | |
---|---|---|
ThrottledResourceType |
Defines the types of resources in SQL Azure which may be subject to throttling conditions.
|
|
ThrottlingMode |
Defines the possible throttling modes in SQL Azure.
|
|
ThrottlingType |
Defines the possible throttling types in SQL Azure.
|