Exemple #1
0
 private void DoQueryFinishedEvent(BlocksExecutor executor)
 {
     RunOnUIContext(() => OnQueryFinished(this, new QueryFinishedEventArgs(executor.ExecutedQueriesCount, executor.ElapsedTime)));
 }
Exemple #2
0
 private void AddExecutor(BlocksExecutor executor)
 {
     lock (_executingBlocks)
     {
         _executingBlocks.Add(executor);
     }
 }