在 WaitOne 超时之前,计时器事件不会触发

发布于 2024-12-02 08:08:20 字数 214 浏览 0 评论 0原文

我有一个定期触发以检查新数据的计时器。有时,我需要立即触发计时器,并且需要等待计时器处理程序完成其操作后再继续。我尝试让处理程序设置一个 AutoResetEvent,然后我的主线程将等待该事件,但这不起作用。直到我对 WaitOne 的调用超时后,计时器才会触发。我尝试使用 System.Timers.Timer 和 System.Threading.Timer 得到相同的结果。关于我做错了什么有什么想法吗?

I have a timer that fires periodically to check for new data. Occasionally, I need the timer to fire immediately and I need to wait for timer handler to do its thing before continuing. I tried having the handler set an AutoResetEvent that my main thread would then wait on but this did not work. The timer would not fire until after my call to WaitOne timed out. I have tried using System.Timers.Timer and System.Threading.Timer with the same results. Any ideas as to what I am doing wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文