Application Priority

  • Thread starter Thread starter Laserson
  • Start date Start date
L

Laserson

Hi! I tried to change my application's priority to high and i tried
maybe all ways to do that - i used Thread.CurrentThread.Priority class
to change it, but Task manager shows a normal priority of my app. How to
do that?
 
But i cant understand the following: when i opened task manager i saw
that my app has 11 threads. I changed priority level using
Thread.CurrentThread.Priority, but what is current thread?? And how to
change priority of all threads at the same time? And where can i view
the real priority of my app?
 
Back
Top