A simplest way to crete cron scheduled jobs using Quartz.
Info
Version: | 0.0.2 |
Author(s): | Mustafa DEMİRER |
Last Update: | Monday, September 30, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/BackgroundJob |
Install
Install-Package BackgroundJob
dotnet add package BackgroundJob
paket add BackgroundJob
BackgroundJob Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.Hosting(>= 2.2.0)
- Quartz(>= 3.0.7)