HangFire provides support for simple, efficient and transparent background job processing for ASP.NET applications. It helps you to define, create and process these jobs asynchronously. Move your long running tasks out of the request processing pipeline without losing control over them!
dotnet add package Hangfire --version 0.5.0-alpha5
Install-Package Hangfire -Version 0.5.0-alpha5
| 包名 | 版本要求 |
|---|---|
| HangFire.Core | [0.5.0-alpha5, ) |
| 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 |