Apache Lucene.Net 2.1 Class Library API

SupportClass.ThreadClass Members

SupportClass.ThreadClass overview

Public Static Methods

Current Gets the currently running thread

Public Instance Constructors

SupportClass.ThreadClass Overloaded. Initializes a new instance of the SupportClass.ThreadClass class.

Public Instance Properties

Instance Gets the current thread instance
IsAlive Gets a value indicating the execution status of the current thread
IsBackground Gets or sets a value indicating whether or not a thread is a background thread.
Name Gets or sets the name of the thread
Priority Gets or sets a value indicating the scheduling priority of a 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