FixedBackoff
class
Namespace: Orleans.Internal
A fixed-duration backoff implementation, which always returns the configured delay.
public class FixedBackoff : IBackoffProviderConstructors
FixedBackoff(TimeSpan)Initializes a new instance of theFixedBackoffclass.
Methods
Next(int)Returns the amount of time to wait before attempting a subsequent operation.
