Edit

Share via


FixedBackoff Class

Definition

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.

Applies to