IBackoffProvider Interface
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.
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. |