标签: asp.net-core
我有一个在kubernetes集群中运行的asp.net-core 2.1 webapi项目,我想实现正常关机。
我的研究让我想到了两种不同的方法: AppDomain.CurrentDomain.ProcessExit 和 appLifetime.ApplicationStopping.Register
我的问题是:首选哪种方法?