Skip to content

Instantly share code, notes, and snippets.

@aaronoe
Created August 21, 2020 18:29
Show Gist options
  • Select an option

  • Save aaronoe/fbceeae27da1d1f70f7e645e1244201c to your computer and use it in GitHub Desktop.

Select an option

Save aaronoe/fbceeae27da1d1f70f7e645e1244201c to your computer and use it in GitHub Desktop.
var policy = Policy
.Handle<SomeExceptionType>()
.Retry();
var result = policy.Execute(() => DoSomething());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment