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.
基本上,当时间是东部时间下午 1:35 和东部时间 8:00 时,我将如何制作事件处理程序?我需要在那些时候运行刷新方法。
我建议你仔细看看Quartz.Net Framework。
否则,如果你想与第三方保持分离,我建议你有一个Timer每分钟运行一次
每分钟,您都应该检查是否Now是您要刷新对象的触发时间之一。
Now