Skip to content

FixedBackoff

class

Namespace: Orleans.Internal

A fixed-duration backoff implementation, which always returns the configured delay.
public class FixedBackoff : IBackoffProvider

Constructors

Methods

  • Next(int) Returns the amount of time to wait before attempting a subsequent operation.