Does .NET ThreadPool thread get reset when it goes back to the pool?

Viewed 2965

When a thread pool thread is done, does stuff like Name or thread local data get reset? So when the thread comes out of the pool next time, it's like brand new?

Is there an "official" documentation on this aspect of the ThreadPool threads?

3 Answers
Related