Skip to content

Instantly share code, notes, and snippets.

@aramkoukia
Created March 20, 2018 01:45
Show Gist options
  • Select an option

  • Save aramkoukia/e003eec22d6fc28bde08934d2f161b18 to your computer and use it in GitHub Desktop.

Select an option

Save aramkoukia/e003eec22d6fc28bde08934d2f161b18 to your computer and use it in GitHub Desktop.
Policy
.Handle<Exception>()
.Retry(3, (exception, retryCount) =>
{
var result = YourFunction();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment