Represents a queue of batches of work to be done to an index
Пример #1
0
 public IndexController(IndexConfiguration configuration, IFrameworkContext frameworkContext)
 {
     Configuration    = configuration;
     FrameworkContext = frameworkContext;
     _manualResetter  = new ManualResetEvent(false);
     Queue            = new IndexModificationQueue();
 }
Пример #2
0
 public IndexController(IndexConfiguration configuration, IFrameworkContext frameworkContext)
 {
     Configuration = configuration;
     FrameworkContext = frameworkContext;
     _manualResetter = new ManualResetEvent(false);
     Queue = new IndexModificationQueue();
 }