Extensions to configure tasks that should be executed on application startup, shutdown or repeating after an interval.
Info
| Version: | 1.0.2 |
| Author(s): | Raphael Lorenzeto de Abreu |
| Last Update: | Saturday, November 7, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/raphaabreu/SimpleConcepts.Extensions.HostedTasks |
| NuGet Url: | https://www.nuget.org/packages/SimpleConcepts.Extensions.HostedTasks |
Install
Install-Package SimpleConcepts.Extensions.HostedTasks
dotnet add package SimpleConcepts.Extensions.HostedTasks
paket add SimpleConcepts.Extensions.HostedTasks
SimpleConcepts.Extensions.HostedTasks Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Options(>= 2.1.0)
Tags