updateIndex() 공개 메소드

public updateIndex ( IndexingAction>.Dictionary datasetsToIndex ) : void
datasetsToIndex IndexingAction>.Dictionary
리턴 void
예제 #1
0
        public void UpdateIndex(Dictionary<long, IndexingAction> datasetsToIndex)
        {
            BexisIndexer bexisIndexer = new BexisIndexer();
            bexisIndexer.updateIndex(datasetsToIndex);

            Reload();
        }