C# Class Lucene.Net.Index.TestIndexWriterExceptions.IndexerThread

Inheritance: Lucene.Net.Support.ThreadClass
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode Description
IndexerThread ( TestIndexWriterExceptions enclosingInstance, int i, IndexWriter writer ) : System
Run ( ) : void

Private Methods

Méthode Description
InitBlock ( TestIndexWriterExceptions enclosingInstance ) : void

Method Details

IndexerThread() public méthode

public IndexerThread ( TestIndexWriterExceptions enclosingInstance, int i, IndexWriter writer ) : System
enclosingInstance TestIndexWriterExceptions
i int
writer IndexWriter
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void