ShellBrowser .Net Edition
Abort Method
NamespacesJam.ShellJamThreadAbort()()()
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.
Declaration Syntax
C#Visual BasicVisual C++
public void Abort()
Public Sub Abort
public:
void Abort()

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)