摘要: 微软的示例: 1 using System; 2 using System.Threading; 3 namespace ConsoleTimer 4 { 5 class TimerExample 6 { 7 static void Main() 8 { 9 // Create an event to signal the timeout count threshold in the10 // timer callback.11 AutoResetEvent autoEven... 阅读全文
posted @ 2012-09-26 09:40 太一吾鱼水 阅读(446) 评论(0) 推荐(0) 编辑