Skip to content

FixedBackoff Methods

A fixed-duration backoff implementation, which always returns the configured delay.

Next(int)

View source
public TimeSpan Next(int attempt)
Returns the amount of time to wait before attempting a subsequent operation.

Parameters

attemptint
The number of operation attempts which have been made.

Returns

The amount of time to wait before attempting a subsequent operation.