If I take a thread from the pool or process an asynchronous result (e.g. web
service or socket), can I lower the thread priority and if so, does it
automatically get restored to 'Normal' when it returns to the pool?
Kind regards,
- John
In .NET CF version 2 (Whidbey), the original priority of a thread will be
automatically restored at the conclusion of the callback.
Brian
--------------------
>From: "John Roberts" <tvco...@community.nospam>
>Subject: Thread Priority when used from a pool
>Date: Thu, 14 Oct 2004 12:16:10 +0100
This posting is provided "AS IS" with no warranties, and confers no rights.