Ejemplo n.º 1
0
        private void Save(ConcurrentDictionary <Task, Task> tasks, BlockFetcher fetcher, BulkImport <TIndexed> bulk)
        {
            this.logger.LogTrace("()");

            WaitFinished(tasks);
            ThrowIfException();
            fetcher.SaveCheckpoint();

            this.logger.LogTrace("(-)");
        }
Ejemplo n.º 2
0
 private void Save(ConcurrentDictionary <Task, Task> tasks, BlockFetcher fetcher, BulkImport <TIndexed> bulk)
 {
     WaitFinished(tasks);
     ThrowIfException();
     fetcher.SaveCheckpoint();
 }