有时我们需要确定应用程序是否启用了多线程,此时可以通过获取线程编号进行判断(Thread.Name属性值常为空不能用于判断):
代码如下 | 复制代码 |
using System; using System.Threading; namespace ConsoleApplication1 Action<string> test = Test; Console.ReadKey(); static void Test(string str) static void TestCallback(IAsyncResult ar) |
时间: 2024-09-20 05:34:53