Exemple #1
0
 private void  InitBlock(long endTime, Lucene.Net.Index.IndexWriter writer, System.Collections.IList excs, TestIndexWriterReader enclosingInstance)
 {
     this.endTime           = endTime;
     this.writer            = writer;
     this.excs              = excs;
     this.enclosingInstance = enclosingInstance;
 }
Exemple #2
0
 public AnonymousClassThread1(long endTime, Lucene.Net.Index.IndexWriter writer, System.Collections.IList excs, TestIndexWriterReader enclosingInstance)
 {
     InitBlock(endTime, writer, excs, enclosingInstance);
 }