2012年6月12日

C# 超时事件

摘要: View Code public class TimeOutEvent { public delegate void TimeOutStart(object o); private TimeOutStart timeOutStart; private Thread regexThread; private System.Timers.Timer regexTimeoutTimer; private ManualResetEvent allDone; public TimeOutEvent(Time... 阅读全文

posted @ 2012-06-12 01:58 liumingyu 阅读(814) 评论(0) 推荐(0) 编辑

导航