And now it's going to stop very shortly, and when it stops, I want to start the timer.
现在会很慢的停下,当停下的时候,我开始计时。
You can specify 0 to start the timer immediately or to prevent the timer from automatically starting, you can use the System.Threading.Timeout.Infinite constant.
你可指定一个0立即开始定时器或者阻止定时器自动的开始,你可以使用System . Threading . Timeout . Infinite常量。
A better approach is to start a timer, and have timer poke the event thread every so often to go look at the staging area for updates.
更好的方法是启动计时器,并且使计时器不时地提醒事件线程去查看中间区域,以寻找更新。
应用推荐