.Net Interview Question: Explain Thread Priority?

Thread Priority can be changed by using Threadname.Priority = ThreadPriority.Highest. Following are different levels of Priority provided by .NET:

  • ThreadPriority.Highest
  • ThreadPriority.AboveNormal
  • ThreadPriority.Normal
  • ThreadPriority.BelowNormal
  • ThreadPriority.Lowest