Info
Version: | 1.0.2-alpha |
Author(s): | conorkel |
Last Update: | Thursday, November 24, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Microsoft/RetryOperationHelper |
NuGet Url: | https://www.nuget.org/packages/DotNetRetryOperationHelper |
Install
Install-Package DotNetRetryOperationHelper
dotnet add package DotNetRetryOperationHelper
paket add DotNetRetryOperationHelper
DotNetRetryOperationHelper Download (Unzip the "nupkg" after downloading)
It is useful for any call where transient exception are possible, for example, making a call to a remote database or service. See the Project site at https://github.com/Microsoft/RetryOperationHelper.
Retry Operation Helper is licensed under the MIT license. RetryOperationHelper uses third-party libraries or other resources that may be distributed under licenses different than RetryOperationHelper.