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.
我想为这项工作提供最佳实践。每 x 分钟运行一次功能的最佳解决方案是什么。
使用计时器或线程?
谢谢你的帮助。
您可以使用 Timer 或使用Quartz.net。Quartz.NET 是一个开源的作业调度系统。
在网站上有一个教程,你可以使用SimpleTrigger。