SqlRetryIntervalBaseEnumerator.GetNextInterval Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calculates the next interval time.
protected:
abstract TimeSpan GetNextInterval();
protected abstract TimeSpan GetNextInterval ();
abstract member GetNextInterval : unit -> TimeSpan
Protected MustOverride Function GetNextInterval () As TimeSpan
Returns
Returns the next gap time interval.