Interface IThreadRunnable
this interface should be implemented by any class whose instances are intended to be executed by a thread.
Namespace: Lucene.Net.Support.Threading
Assembly: Lucene.Net.dll
Syntax
public interface IThreadRunnable
Methods
| Improve this Doc View SourceRun()
this method has to be implemented in order that starting of the thread causes the object's run method to be called in that separately executing thread.
Declaration
void Run()