Raises a ThreadAbortException in the thread, which usually results in the thread's death.
Raises a ThreadAbortException in the thread, which usually results in the thread's death.
[Visual Basic] Overloads Public Sub Abort(Object)
[C#] public void Abort(Object);
[C++] public: void Abort(Object*);
[JScript] public function Abort(Object);
Raises a ThreadAbortException in the thread, which usually results in the thread's death.
[Visual Basic] Overloads Public Sub Abort()
[C#] public void Abort();
[C++] public: void Abort();
[JScript] public function Abort();