🔄Retry Utility
Summary
RetryOnExceptionAsync
Description
Parameters
Func<Task<T>> function
Func<Task<T>> functionint maxRetries
int maxRetriesint[]? backoffTimes
int[]? backoffTimesExceptions
ArgumentNullException
RetryUtilityException
Examples
RetryUtilityException
Description
Properties
bool WasThrownFromRetry
bool WasThrownFromRetrybool WasThrownOnFinalRetry
bool WasThrownOnFinalRetryTips
Last updated