Initial commit
This commit is contained in:
Коммит
12781f69aa
|
@ -0,0 +1,2 @@
|
|||
# RetryOperationHelper
|
||||
Retry Operation Helper is a simple class which encapsulates the retry of any given piece of C# .NET logic a given number of times before failing, as well as running an optional function on failure. It is useful for any call where transient exception are possible, for example, making a call to a remote database or service.
|
Загрузка…
Ссылка в новой задаче