PeanutButter
|
This is the complete list of members for PeanutButter.Utils.TimeBasedRetryContext, including all inherited members.
Do(Action action) | PeanutButter.Utils.TimeBasedRetryContext | |
Do(Action action, IBackoffStrategy backoffStrategy) | PeanutButter.Utils.TimeBasedRetryContext | |
Do< T >(Func< T > func) | PeanutButter.Utils.TimeBasedRetryContext | |
Do< T >(Func< T > func, IBackoffStrategy backoffStrategy) | PeanutButter.Utils.TimeBasedRetryContext | |
TimeBasedRetryContext(TimeSpan maxRunTime, Func< IBackoffStrategy > defaultBackoffStrategyFactory) | PeanutButter.Utils.TimeBasedRetryContext |