Share via


RetryManagerSqlExtensions Members

Include Protected Members
Include Inherited Members

The RetryManagerSqlExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member GetDefaultSqlCommandRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with SQL commands.
Public methodStatic member GetDefaultSqlCommandRetryStrategy
Returns the default retry strategy for SQL commands.
Public methodStatic member GetDefaultSqlConnectionRetryPolicy
Returns the default retry policy dedicated to handling transient conditions with SQL connections.
Public methodStatic member GetDefaultSqlConnectionRetryStrategy
Returns the default retry strategy for SQL connections.

Fields

  Name Description
Public fieldStatic member DefaultStrategyCommandTechnologyName
The technology name that can be used to get the default SQL command retry strategy.
Public fieldStatic member 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