Skip to content

Instantly share code, notes, and snippets.

@lolbro-pl
Created March 10, 2017 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lolbro-pl/7614ebcd77b9c53fac3ea7a2077a0e7f to your computer and use it in GitHub Desktop.
Save lolbro-pl/7614ebcd77b9c53fac3ea7a2077a0e7f to your computer and use it in GitHub Desktop.
Policy
.Handle<DivideByZeroException>()
.Retry(3, (exception, retryCount, context) =>
{
// do something
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment