摘要:
有点明白了,赶紧记下来。using System;using System.Threading;class TimerExample{ static void Main() { // AutoResetEvent类的作用就在于可以让等待的线程继续 AutoResetEvent autoEvent = new AutoResetEvent(false); StatusChecker statusCh... 阅读全文
posted @ 2009-10-20 15:15
萧冲
阅读(422)
评论(0)
推荐(0)
浙公网安备 33010602011771号