Stops the thread by calling Abort()()(), this usually terminates the thread.
Use this function with caution, aborting a thread while it holds a mutex can cause dead-locks.
ThreadAbortException for further details.
| C# | Visual Basic | Visual C++ |
public void Abort()
Public Sub Abort
public: void Abort()