What the way to stop a long running thread ?

Q

.NET INTERVIEW QUESTIONS - What the way to stop a long running thread ?

✍: Guest

A
Thread.Abort() stops the thread execution at that moment itself.

2009-12-01, 4573👍, 0💬