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