关于[How to use IHostedService in ASP.Net Core]的摘要:
We often need to execute background tasks and scheduled jobs in our applications. To implement background tasks in ASP.Net Core, you can take advantage of Azure WebJobs or any of a number of third-party task schedulers like Quartz or Hangfire.
原文地址: https://www.infoworld.com/article/3390741/how-to-use-ihostedservice-in-aspnet-core.html