dCsharp

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 | edu.neu.ccs.demeter.dCsharp Namespace | ThreadClass.Abort Overload List