A c# library to retry code with a truncated binary exponential backoff algorithm.
Info
Version: | 1.1.1 |
Author(s): | Jorrit Salverda |
Last Update: | Monday, July 4, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JorritSalverda/RetryMagic |
NuGet Url: | https://www.nuget.org/packages/RetryMagic |
Install
Install-Package RetryMagic
dotnet add package RetryMagic
paket add RetryMagic
RetryMagic Download (Unzip the "nupkg" after downloading)
Dependencies
.NETCoreApp 1.0
- Microsoft.NETCore.App(>= 1.0.0)
- System.Threading.Tasks(>= 4.0.11)
- System.Runtime.InteropServices(>= 4.1.0)
- System.Threading.Thread(>= 4.0.0)
- JitterMagic(>= 1.1.2)
- NETStandard.Library(>= 1.6.0)
- System.Threading.Tasks(>= 4.0.11)
- System.Runtime.InteropServices(>= 4.1.0)
- System.Threading.Thread(>= 4.0.0)
- JitterMagic(>= 1.1.2)
- JitterMagic(>= 1.1.2)