摘要: 多线程的两种方式: 1、线程池 ThreadPool.QueueUserWorkItem(...); 或者使用委托: ParameterizedThreadStart start = new ParameterizedThreadStart(handleProtocol); start.BeginI 阅读全文
posted @ 2015-02-07 23:13 Matt_Cheng 阅读(1165) 评论(0) 推荐(0) 编辑