AspNetCore.Docs/aspnetcore/fundamentals/hosted-services/samples/2.x
Luke Latham 6a5282a656 Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
..
Pages Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
Services Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
wwwroot Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
.bowerrc Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
.gitignore Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
BackgroundTasksSample.csproj Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
Program.cs Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
README.md Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
Startup.cs Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
appsettings.Development.json Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
appsettings.Production.json Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
appsettings.json Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
bower.json Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00
bundleconfig.json Move the background tasks topic sample (#5513) 2018-02-20 09:55:09 -06:00

README.md

ASP.NET Background Tasks Sample

This sample illustrates the use of IHostedService. This sample demonstrates the features described in the Background tasks with hosted services in ASP.NET Core topic.