2010-03-19 102 views

回答

7

这不完全是从你的问题不清楚,但是你可能只是Thread.Join后:

// This will block until "otherThread" has completed 
otherThread.Join(); 
+0

好的,感谢其工作 – 2010-03-19 12:24:51

相关问题