Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Support.IThreadRunnable Interface Reference

This interface should be implemented by any class whose instances are intended to be executed by a thread. More...

Inherited by Lucene.Net.Search.FilterManager.FilterCleaner, and Lucene.Net.Support.ThreadClass.

Public Member Functions

void 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.
 

Detailed Description

This interface should be implemented by any class whose instances are intended to be executed by a thread.

Definition at line 28 of file IThreadRunnable.cs.

Member Function Documentation

void Lucene.Net.Support.IThreadRunnable.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.

Implemented in Lucene.Net.Index.ConcurrentMergeScheduler.MergeThread, Lucene.Net.Support.ThreadClass, and Lucene.Net.Demo.Html.ParserThread.


The documentation for this interface was generated from the following file: