HangFire gives you a simple way to kick off long-running processes from the ASP.NET request processing pipeline. Asynchronous, transparent, reliable, efficient processing. No Windows service/ Task Scheduler required. Even ASP.NET is not required. http://hangfire.io/
dotnet add package Hangfire --version 0.7.3
Install-Package Hangfire -Version 0.7.3
| 包名 | 版本要求 |
|---|---|
| HangFire.SqlServer | [0.7.3, ) |
| HangFire.Web | [0.7.3, ) |
| 作者 | Sergey Odinokov |
|---|---|
| 发布时间 | 2014-04-04 19:25:25 |
| 项目主页 | http://hangfire.io/ |
| 许可证 | https://raw.github.com/odinserj/HangFire/master/LICENSE.md |