Esempio n. 1
0
 void AsyncProcessor.IAsyncTask.Process()
 {
     _indexManager.AddToIndex(_key, _entry, _operationContext);
 }
Esempio n. 2
0
 void AsyncProcessor.IAsyncTask.Process()
 {
     _indexManager.AddToIndex(_key, _entry);
 }