gpt4 book ai didi

c# - 如何在 C# 中暂停计时器?

转载 作者:太空狗 更新时间:2023-10-30 01:11:21 25 4
gpt4 key购买 nike

我的代码中有一个计时器,间隔为 10 秒。

当时间过去时,我会做一些检查。检查和一些更新作业可能需要 10 多秒。

但是,如果我没有停止计时器,似乎每 10 秒就会执行一次检查。如果我调用 stop(),计时器将无法再次启动。即类似的东西:

    protected void timer_elapsed(object sender, EventArgs args) 
{
__timer.Stop();
//Some checking here more than 10s
__timer.Start();
}

我只想在检查完成之前再检查 10 秒。

有人能帮忙吗?

最佳答案

假设这是类似于 winforms 或 WPF 的东西,应该 可以工作。你确定你没有得到异常(exception)或什么吗?

如果它是 web,则所有赌注都关闭;-p 您或许应该澄清这是 System.Threading.TimerSystem.Timers.Timer 还是 System.Windows.Forms.Timer,或其他东西。

关于c# - 如何在 C# 中暂停计时器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2786133/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com