Microsoft.Data.SqlClient.SqlRetryLogicBase
Retrieves the next time interval with respect to the number of retries if a transient condition occurs.
Current retry number starting from zero.
Maximum number of retries.
The timer interval enumerator.
Delegate to a transient condition predicate. The function that this delegate points to must return a true value when an expected transient exception happens.
protected SqlRetryLogicBase()
Creates a new object that is a copy of the current instance.
Set the counters and enumerator to default values for next use.
Pre-retry validation for the sender state.
Try to get the next interval time by using the enumerator if the counter does not exceed the number of retries.