2012年7月2日

摘要: class Class2 { static void Main(string[] args) { Exception exception = null; Thread thread = new Thread(() => SafeExecute(() => Test(0, 0), out exception)); Console.WriteLine(Thread.CurrentThread.ManagedThreadId); thread.Start(); thread.... 阅读全文

posted @ 2012-07-02 15:35 leon_ALiang 阅读(310) 评论(0) 推荐(0) 编辑


Copyright © 2024 leon_ALiang
Powered by .NET 8.0 on Kubernetes