C# Class Rebel.Lucene.IndexModificationBatch

Represents a queue of work to be done to an index.
显示文件 Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
Enqueue ( Action work ) : bool
IndexModificationBatch ( ) : System

Method Details

Enqueue() public method

public Enqueue ( Action work ) : bool
work Action
return bool

IndexModificationBatch() public method

public IndexModificationBatch ( ) : System
return System