PeanutButter
Loading...
Searching...
No Matches
PeanutButter.Utils.MaxAttemptsRetryContext Member List

This is the complete list of members for PeanutButter.Utils.MaxAttemptsRetryContext, including all inherited members.

MaxAttemptsPeanutButter.Utils.MaxAttemptsRetryContext
MaxAttemptsRetryContext(int maxAttempts, Func< IBackoffStrategy > defaultBackoffStrategy)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Action toRun, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Action toRun, IBackoffStrategy backoffStrategy, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Action toRun, Func< Exception, ExceptionHandlingStrategies > exceptionHandler, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Action toRun, IBackoffStrategy backoffStrategy, Func< Exception, ExceptionHandlingStrategies > exceptionHandler, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Action< int > toRun, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Action< int > toRun, IBackoffStrategy backoffStrategy, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Action< int > toRun, Func< Exception, ExceptionHandlingStrategies > exceptionHandler, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Action< int > toRun, IBackoffStrategy backoffStrategy, Func< Exception, ExceptionHandlingStrategies > exceptionHandler, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Func< int, Task > toRun, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Func< int, Task > toRun, IBackoffStrategy backoffStrategy, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Func< int, Task > toRun, Func< Exception, ExceptionHandlingStrategies > exceptionHandler, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Func< Task > toRun, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Func< Task > toRun, IBackoffStrategy backoffStrategy, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Func< Task > toRun, Func< Exception, ExceptionHandlingStrategies > exceptionHandler, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times(Func< int, Task > toRun, IBackoffStrategy backoffStrategy, Func< Exception, ExceptionHandlingStrategies > exceptionHandler, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times< T >(Func< int, Task< T > > toRun, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times< T >(Func< int, Task< T > > toRun, IBackoffStrategy backoffStrategy, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times< T >(Func< int, Task< T > > toRun, IBackoffStrategy backoffStrategy, Func< Exception, ExceptionHandlingStrategies > exceptionHandler=null, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times< T >(Func< T > toRun, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times< T >(Func< T > toRun, IBackoffStrategy backoffStrategy, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times< T >(Func< T > toRun, Func< Exception, ExceptionHandlingStrategies > exceptionHandler, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times< T >(Func< int, T > toRun, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times< T >(Func< int, T > toRun, IBackoffStrategy backoffStrategy, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times< T >(Func< int, T > toRun, Func< Exception, ExceptionHandlingStrategies > exceptionHandler=null, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
Times< T >(Func< int, T > toRun, IBackoffStrategy backoffStrategy, Func< Exception, ExceptionHandlingStrategies > exceptionHandler=null, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
TimesAsync(Func< Task > toRun, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
TimesAsync(Func< Task > toRun, Func< Exception, Task< ExceptionHandlingStrategies > > exceptionHandler, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
TimesAsync(Func< int, Task > toRun, Func< Exception, Task< ExceptionHandlingStrategies > > exceptionHandler, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext
TimesAsync(Func< int, Task > toRun, IBackoffStrategy backoffStrategy, Func< Exception, Task< ExceptionHandlingStrategies > > exceptionHandler, [CallerMemberName] string caller=null)PeanutButter.Utils.MaxAttemptsRetryContext