Apache Lucene.Net 2.4.0 Class Library API

SupportClass.ThreadClass Constructor (ThreadStart)

Initializes a new instance of the Thread class.

public SupportClass.ThreadClass(
   ThreadStart Start
);

Parameters

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

See Also

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