Schedule background work using a standard cron pattern.
Info
Version: | 1.0.0 |
Author(s): | Chris Curwick |
Last Update: | Thursday, June 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Cisien/CronHostedService |
NuGet Url: | https://www.nuget.org/packages/CronHostedService |
Install
Install-Package CronHostedService
dotnet add package CronHostedService
paket add CronHostedService
CronHostedService Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.5)
- Microsoft.Extensions.Hosting.Abstractions(>= 3.1.5)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.5)
- ncrontab(>= 3.3.1)
Tags