Hi,
ThreadPool concept does not assume its threads will be managed from outside.
I'd recommend ensuring that your work items don't have any negative impact
on the thread pool instead.
--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE
"Mullin Yu" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> As subject.
>
> How can an main application delete/reset a thread at the ThreadPool?
There's
> no method provided by ThreadPool?
>
> Thanks!
>
>