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