How can you reference current thread of the method ?

Q

.NET INTERVIEW QUESTIONS - How can you reference current thread of the method ?

✍: Guest

A
"Thread.CurrentThread" refers to the current thread running in the method."CurrentThread" is a public static property.

2009-11-17, 3996👍, 0💬