HangFire helps to perform background jobs inside your ASP.NET application in a simple, efficient and transparent way. It allows you to define, create and process these jobs asynchronously. With this library, you can move your long running tasks out of the request processing pipeline without losing control over them. This package pulls in the core components, SQL Server job storage and other classes required to use HangFire in an ASP.NET application. https://github.com/odinserj/HangFire
dotnet add package Hangfire --version 0.7.0-alpha4
Install-Package Hangfire -Version 0.7.0-alpha4
| 包名 | 版本要求 |
|---|---|
| HangFire.SqlServer | [0.7.0-alpha4, ) |
| HangFire.Web | [0.7.0-alpha4, ) |
| 作者 | Sergey Odinokov |
|---|---|
| 发布时间 | 1900-01-01 00:00:00 |
| 项目主页 | https://github.com/odinserj/HangFire |
| 许可证 | https://raw.github.com/odinserj/HangFire/master/COPYING.LESSER |