From 12781f69aa6a2f0744816cf88206856924912def Mon Sep 17 00:00:00 2001 From: Microsoft GitHub User Date: Wed, 20 Apr 2016 07:46:55 -0700 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b9e6eef --- /dev/null +++ b/README.md @@ -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.