Answer Posted / Pradeep Prasad
.NET provides three levels of thread priority: Low (ThreadPriority.Lowest), Normal (ThreadPriority.Normal), and High (ThreadPriority.Highest). The ThreadPriority property can be set for a thread to determine its relative priority compared to other threads in the same application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers