Apache Lucene.Net 2.1 Class Library API

SupportClass.ThreadClass Methods

The methods of the SupportClass.ThreadClass class are listed below. For a complete list of SupportClass.ThreadClass class members, see the SupportClass.ThreadClass Members topic.

Public Static Methods

Current Gets the currently running thread

Public Instance Methods

AbortOverloaded. 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
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Interrupt Interrupts a thread that is in the WaitSleepJoin thread state
JoinOverloaded. Blocks the calling thread until a thread terminates
Resume Resumes a thread that has been suspended
Run This method has no functionality unless the method is overridden
Start Causes the operating system to change the state of the current thread instance to ThreadState.Running
Suspend Suspends the thread, if the thread is already suspended it has no effect
ToString Obtain a String that represents the current Object

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

SupportClass.ThreadClass Class | (global) Namespace