关于[Controlling IHostedService execution order in ASP.NET Core 3.x]的摘要:
In this post I show how to add an IHostedService to your application so that it runs after the GenericWebHostSevice. This only applies to ASP.NET Core 3.0+, which uses the generic web host, not to ASP.NET Core 2.x and below.
原文地址: https://andrewlock.net/controlling-ihostedservice-execution-order-in-aspnetcore-3/