public static void Main() { Thread Mythread = Thread.CurrentThread; string strname = Mythread.Name; Console.WriteLine ("Name of the thread" , strname); }
Login to post response