Info
Version: | 2.1.0 |
Author(s): | Ken Wang |
Last Update: | Thursday, May 31, 2018 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/gildorwang/RetryHelper |
NuGet Url: | https://www.nuget.org/packages/RetryHelper |
Install
Install-Package RetryHelper
dotnet add package RetryHelper
paket add RetryHelper
RetryHelper Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It now works seamlessly with C# async/await keywords for asynchronous operations, which is very common in a scenario that requires retry logic.