Incredibly easy and reliable way to perform fire-and-forget, delayed and recurring long-running, short-running, CPU or I/O intensive tasks inside ASP.NET application. No Windows Service / Task Scheduler required. Even ASP.NET is not required. Backed by Redis, SQL Server, SQL Azure or MSMQ. http://hangfire.io/
dotnet add package Hangfire --version 0.9.1
Install-Package Hangfire -Version 0.9.1
| 包名 | 版本要求 |
|---|---|
| HangFire.SqlServer | [0.9.1, ) |
| HangFire.Web | [0.9.1, ) |
| 作者 | Sergey Odinokov |
|---|---|
| 发布时间 | 2014-06-12 09:52:36 |
| 项目主页 | http://hangfire.io/ |
| 许可证 | https://raw.github.com/odinserj/HangFire/master/LICENSE.md |