Skip to content

Instantly share code, notes, and snippets.

@aramkoukia
Last active March 20, 2018 01:52
Show Gist options
  • Select an option

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

Select an option

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