Mega Code Archive

 
Categories / C# Book / 10 Thread
 

0636 Thread Priority

A thread's Priority determines how much execution time it gets relative to other active threads in the operating system A thread's Priority has the following scale: enum ThreadPriority { Lowest, BelowNormal, Normal, AboveNormal, Highest }