Neokernel API

ThreadClass.Abort() Method

Raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread. Calling this method usually terminates the thread

public void Abort();

See Also

ThreadClass Class | com.neokernel.util Namespace | ThreadClass.Abort Overload List