This commit is contained in:
Microsoft GitHub User 2016-04-20 07:46:55 -07:00
Коммит 12781f69aa
1 изменённых файлов: 2 добавлений и 0 удалений

2
README.md Normal file
Просмотреть файл

@ -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.