void AsyncProcessor.IAsyncTask.Process()
 {
     _indexManager.AddToIndex(_key, _entry, _operationContext);
 }
Example #2
0
 void AsyncProcessor.IAsyncTask.Process()
 {
     _indexManager.AddToIndex(_key, _entry);
 }