Apache Lucene.Net 2.4.0 Class Library API

SupportClass.ThreadClass.Abort Method (Object)

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

Parameters

stateInfo
An object that contains application-specific information, such as state, which can be used by the thread being aborted

See Also

SupportClass.ThreadClass Class | (global) Namespace | SupportClass.ThreadClass.Abort Overload List