Use .Net Core Generic Service and Quartz to Implement Background Schedule Tasks.
Info
Version: | 1.0.0 |
Author(s): | ErikXu |
Last Update: | Sunday, July 1, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ErikXu/Quartz.HostedService |
NuGet Url: | https://www.nuget.org/packages/Quartz.HostedService |
Install
Install-Package Quartz.HostedService
dotnet add package Quartz.HostedService
paket add Quartz.HostedService
Quartz.HostedService Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration.Binder(>= 2.1.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Options(>= 2.1.0)
- Quartz(>= 3.0.5)
- Quartz.Plugins(>= 3.0.5)
Tags