C# Class Lucene.Net.Index.TestSnapshotDeletionPolicy.ThreadAnonymousInnerClassHelper

Inheritance: Lucene.Net.Support.ThreadClass
Mostra file Open project: apache/lucenenet

Public Methods

Method Description
Run ( ) : void
ThreadAnonymousInnerClassHelper ( long stopTime, IndexWriter writer, Func newFieldFunc ) : System

Method Details

Run() public method

public Run ( ) : void
return void

ThreadAnonymousInnerClassHelper() public method

public ThreadAnonymousInnerClassHelper ( long stopTime, IndexWriter writer, Func newFieldFunc ) : System
stopTime long
writer IndexWriter
newFieldFunc Func /// LUCENENET specific /// Passed in because /// is no longer static. ///
return System