本文介绍了我怎么知道我的工作线程何时完成了他们的任务?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用vs2005和.net 2.0。我启动了2个线程池线程。我怎么知道b
他们完成任务的时间?谢谢。
ThreadPool.QueueUserWorkItem(new WaitCallback(PopulateContextTable));
ThreadPool.QueueUserWorkItem(new WaitCallback(PopulatAdTable));
-
谢谢。
Hi, I''m using vs2005 and .net 2.0. I started 2 threadpool threads. How do I
know when they''re done with their tasks? Thanks.
ThreadPool.QueueUserWorkItem(new WaitCallback(PopulateContextTable));
ThreadPool.QueueUserWorkItem(new WaitCallback(PopulatAdTable));
--
Thanks.
推荐答案
这篇关于我怎么知道我的工作线程何时完成了他们的任务?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!