PeanutButter
|
This is the complete list of members for PeanutButter.Utils.RetryExtensions, including all inherited members.
RunWithRetries(this Action action, int retries, [CallerFilePath] string callerFilePath=null, [CallerLineNumber] int callerLineNumber=-1, [CallerMemberName] string callerMemberName=null) | PeanutButter.Utils.RetryExtensions | static |
RunWithRetries(this Action action, int retries, TimeSpan[] retryDelays, [CallerFilePath] string callerFilePath=null, [CallerLineNumber] int callerLineNumber=-1, [CallerMemberName] string callerMemberName=null) | PeanutButter.Utils.RetryExtensions | static |
RunWithRetries(this Func< Task > asyncFunc, int retries, TimeSpan[] retryDelays, [CallerFilePath] string callerFilePath=null, [CallerLineNumber] int callerLineNumber=-1, [CallerMemberName] string callerMemberName=null) | PeanutButter.Utils.RetryExtensions | static |
RunWithRetries< T >(this Func< T > func, int retries, [CallerFilePath] string callerFilePath=null, [CallerLineNumber] int callerLineNumber=-1, [CallerMemberName] string callerMemberName=null) | PeanutButter.Utils.RetryExtensions | static |
RunWithRetries< T >(this Func< T > func, int retries, TimeSpan[] retryDelays, [CallerFilePath] string callerFilePath=null, [CallerLineNumber] int callerLineNumber=-1, [CallerMemberName] string callerMemberName=null) | PeanutButter.Utils.RetryExtensions | static |
RunWithRetries< T >(this Func< Task< T > > func, int retries, [CallerFilePath] string callerFilePath=null, [CallerLineNumber] int callerLineNumber=-1, [CallerMemberName] string callerMemberName=null) | PeanutButter.Utils.RetryExtensions | static |
RunWithRetries< T >(this Func< Task< T > > func, int retries, TimeSpan[] retryDelays, [CallerFilePath] string callerFilePath=null, [CallerLineNumber] int callerLineNumber=-1, [CallerMemberName] string callerMemberName=null) | PeanutButter.Utils.RetryExtensions | static |