1 write to IsIngestionComplete
AzureKusto.Worker (1)
IngestionWorker.cs (1)
42_workerOptions.CurrentValue.IsIngestionComplete = true;
1 reference to IsIngestionComplete
AzureKusto.Worker (1)
QueryWorker.cs (1)
28while (!stoppingToken.IsCancellationRequested && !_workerOptions.CurrentValue.IsIngestionComplete)