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.
dotnet add package Hangfire --version 0.6.0-alpha1
Install-Package Hangfire -Version 0.6.0-alpha1
| 包名 | 版本要求 |
|---|---|
| HangFire.Core | [0.6.0-alpha1, ) |
| ServiceStack.Common | [3.9.69, 4.0.0) |
| ServiceStack.Text | [3.9.69, 4.0.0) |
| ServiceStack.Redis | [3.9.69, 4.0.0) |
| WebActivatorEx | [2.0.1, ) |
| 作者 | Sergey Odinokov |
|---|---|
| 发布时间 | 1900-01-01 00:00:00 |
| 项目主页 | http://hangfire.io |
| 许可证 | https://raw.github.com/odinserj/HangFire/master/COPYING.LESSER |