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.
现有的 VB 6 exe 被设置为 Windows 服务器上的计划任务(每 20 分钟运行一次)。客户现在希望将其替换为 .NET 组件。编写 Windows 服务(实现计时器)是理想的解决方案吗?
如果您不需要在调用之间保留状态信息,我会保持简单并将其保留为计划任务。这为您提供了免费的调度和基本日志记录。
我有大约 20 个 .Net 控制台应用程序像这样按计划任务运行。