This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / HELP, I am using mult-Thread to retrieve record from dataset. Using ThreadPool. how to terminate single thread? how to catch the ThreadException? Please give me some example........Thanks....
-xiangwei00(纽约小子);
2006-4-30
(#2938686@0)
-
为什么不用 Thread.Abort() 结束线程?
-binghongcha76(一只大猫);
2006-4-30
(#2938719@0)
-
how to catch threadexception. do you have some sample code ? Thx
-xiangwei00(纽约小子);
2006-4-30
(#2938747@0)
-
subscribe exception event, use delegate
-bobo123(bobo);
2006-4-30
(#2939206@0)