IBackoffProvider.Next(Int32) 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.
Returns the amount of time to wait before attempting a subsequent operation.
public TimeSpan Next (int attempt);
abstract member Next : int -> TimeSpan
Public Function Next (attempt As Integer) As TimeSpan
Parameters
- attempt
- Int32
The number of operation attempts which have been made.
Returns
The amount of time to wait before attempting a subsequent operation.