FixedBackoff Class
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.
A fixed-duration backoff implementation, which always returns the configured delay.
public class FixedBackoff : Orleans.Internal.IBackoffProvider
type FixedBackoff = class
interface IBackoffProvider
Public Class FixedBackoff
Implements IBackoffProvider
- Inheritance
-
FixedBackoff
- Implements
Constructors
FixedBackoff(TimeSpan) |
Initializes a new instance of the FixedBackoff class. |
Methods
Next(Int32) |
Returns the amount of time to wait before attempting a subsequent operation. |