摘要:
usingSystem.Threading; 1、创建新线程Thread testThread=new Thread(Addressof testSub); 2、启动线程testThread.Start(); Start 使线程开始运行。 Sleep 使线程暂停指定的一段时间。 Suspend 在线程到达安全点时,使其暂停。 Abort 在线程到达安全点时,使其停止。 Resume 重... 阅读全文
posted @ 2010-05-06 16:12
张倩
阅读(263)
评论(0)
推荐(0)