Answer Posted / Kuldeep Sahariya
Some commonly used properties of the Thread class in C# include IsAlive (indicates whether the thread is currently running), Name (the name of the thread), Priority (the priority level of the thread), Started (determines if the thread has been started), and Join() (blocks the calling thread until the specified thread finishes execution).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers