Back to Practical Aspnetcore

Background Service with Timer

projects/ihosted-service/ihosted-service-2/README.md

latest282 B
Original Source

Background Service with Timer

Implement background tasks using the new IHostedService interface and a timer. This example comes from the technique outlined in this ASP.NET Core documentation.