Hi,
感谢你在MSDN论坛发帖。
是不是线程的没有创建成功?你有查看线程的状态吗?
我怀疑是不是线程就没有启动成功。
你可以检查public enum ThreadState 这个属性。 它代表了线程的状态。
下面是对线程状态的解释。
https://msdn.microsoft.com/en-us/library/system.threading.threadstate.aspx
当然你也可以使用IsAlive Property 来检查。
Best Regards,
Hart
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints
to MSDN Support, feel free to contact MSDNFSF@microsoft.com.