Background job system for ASP.NET – a reliable way to kick off long-running tasks from the request processing pipeline as fire-and-forget jobs. No Windows service / Task Scheduler required. Even ASP.NET is not required. Backed by SQL Server or Redis. http://hangfire.io/
dotnet add package Hangfire --version 0.8.0
Install-Package Hangfire -Version 0.8.0
| 包名 | 版本要求 |
|---|---|
| HangFire.SqlServer | [0.8.0, ) |
| HangFire.Web | [0.8.0, ) |
| 作者 | Sergey Odinokov |
|---|---|
| 发布时间 | 2014-05-02 12:48:54 |
| 项目主页 | http://hangfire.io/ |
| 许可证 | https://raw.github.com/odinserj/HangFire/master/LICENSE.md |