Edit

Share via


IBackoffProvider.Next(Int32) Method

Definition

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.

Applies to