Click or drag to resize
IBackoffPolicy Interface
As opposed to a retry policy a back off policy doesn't fail at a maximum number of retries but continues to try. Generally used with a queue.

Namespace: AccidentalFish.ApplicationSupport.Core.Policies
Assembly: AccidentalFish.ApplicationSupport.Core (in AccidentalFish.ApplicationSupport.Core.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface IBackoffPolicy
Methods
See Also