Apache Lucene.Net 2.1 Class Library API

SupportClass.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

Overload List

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();

Raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread while also providing exception information about the thread termination. Calling this method usually terminates the thread.

public void Abort(object);

See Also

SupportClass.ThreadClass Class | (global) Namespace