如何在C#中查找线程的当前上下文ID?
创建一个新线程。
Thread thread = Thread.CurrentThread; thread.Name = "My new Thread”;
若要获取当前的上下文ID,请使用ContextID属性。
Thread.CurrentContext.ContextID
让我们看完整的代码-
示例
using System;
using System.Threading;
namespace Demo {
class MyClass {
static void Main(string[] args) {
Thread thread = Thread.CurrentThread;
thread.Name = "My new Thread";
Console.WriteLine("Thread Name = {0}", thread.Name);
Console.WriteLine("current Context id: {0}", Thread.CurrentContext.ContextID);
Console.ReadKey();
}
}
}输出结果
Thread Name = My new Thread current Context id: 0
热门推荐
2 庆双节祝福语简短
10 短祝福语简短暖心
11 微信晚上祝福语简短
12 跨年的生日祝福语简短
13 简短霸气的考试祝福语
14 给长辈祝福语简短大全
15 奶奶八十寿辰祝福语简短
16 圣诞祝福语简短文字
17 幼儿狗年祝福语大全简短
18 别人过大寿祝福语简短