Interface IThreadRunnable
this interface should be implemented by any class whose instances are intended to be executed by a thread.
Assembly: DistributedLucene.Net.dll
Syntax
public interface IThreadRunnable
Methods
Name | Description |
---|---|
Run() | 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. |