Apache Lucene.Net 2.4.0 Class Library API

SupportClass.ThreadClass Constructor (ThreadStart, String)

Initializes a new instance of the Thread class.

public SupportClass.ThreadClass(
   ThreadStart Start,
   string Name
);

Parameters

Start
A ThreadStart delegate that references the methods to be invoked when this thread begins executing
Name
The name of the thread

See Also

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