What the way to stop a long running thread

Q

What the way to stop a long running thread ?

✍: Guest

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

2007-10-22, 4768👍, 0💬