Skip to content

IBackoffProvider

interface

Namespace: Orleans.Internal

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

Methods

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