摘要: ThreadPool 类 目地:提供執行緒的集區,可用來公佈工作項目,處理非同步的 (Asynchronous) I/O,代表其他執行緒等候,和處理計時器。命名空间:System.Threading 成员: ThreadPool.GetMaxThreads(out int workerThreads,out int completionPortThreads)方法: 取得线程池之设定最大工作线程数... 阅读全文
posted @ 2010-09-26 20:06 为了看阳光 阅读(861) 评论(0) 推荐(0) 编辑