Polly is a .NET 3.5/4.0/4.5 library that allows developers to express transient exception handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
dotnet add package Polly --version 1.1.0
Install-Package Polly -Version 1.1.0
| 作者 | Michael Wolfenden |
|---|---|
| 发布时间 | 2013-06-16 08:38:25 |
| 项目主页 | https://github.com/michael-wolfenden/Polly |
| 许可证 | https://raw.github.com/michael-wolfenden/Polly/master/LICENSE.txt |