G
Guest
How to terminate immediately ?
after mThread.Start(); ...
I want to kill the thread , but mThread.Abort() don't terminate it
immediately, still see that the process keep going.
Is there any way to terminate it immediately ?
after mThread.Start(); ...
I want to kill the thread , but mThread.Abort() don't terminate it
immediately, still see that the process keep going.
Is there any way to terminate it immediately ?