Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 aBackgroundTask的Run方法被调用时,我可以依赖使用之前调用保存在类字段中的状态Run吗?如果有,什么时候?
BackgroundTask
Run
我针对TimeTrigger-triggered 后台任务对此进行了测试,每次触发和运行时都会创建一个新实例。
TimeTrigger