Created
August 21, 2020 18:29
-
-
Save aaronoe/fbceeae27da1d1f70f7e645e1244201c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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