ReTry gives you the ability to have service calls retried n-number of times before failing. This can be useful when making calls over the internet or to a database and you don't want a temporary interuption to raise an exception without first trying a couple of more times. ReTry lets you decide how to handle specific exception types if the service fails so that you can perform different actions.
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Sep 27, 2012
$ dotnet add package ReTryNo README available.