RetryManagerSqlExtensions Members
Include Protected Members
Include Inherited Members
The RetryManagerSqlExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDefaultSqlCommandRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with SQL commands.
|
|
GetDefaultSqlCommandRetryStrategy |
Returns the default retry strategy for SQL commands.
|
|
GetDefaultSqlConnectionRetryPolicy |
Returns the default retry policy dedicated to handling transient conditions with SQL connections.
|
|
GetDefaultSqlConnectionRetryStrategy |
Returns the default retry strategy for SQL connections.
|
Fields
Name | Description | |
---|---|---|
DefaultStrategyCommandTechnologyName |
The technology name that can be used to get the default SQL command retry strategy.
|
|
DefaultStrategyConnectionTechnologyName |
The technology name that can be used to get the default SQL connection retry strategy.
|
See Also
RetryManagerSqlExtensions Class
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace