Edit

Share via


IBackoffProvider Interface

Definition

Functionality for determining how long to wait between successive operation attempts.

public interface IBackoffProvider
type IBackoffProvider = interface
Public Interface IBackoffProvider
Derived

Methods

Next(Int32)

Returns the amount of time to wait before attempting a subsequent operation.

Applies to