Saturday, 27 April 2013

What the way to stop a long running thread ? | ASP.Net interview questions

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

No comments: