3 references to GetBatchesAsync
Aspire.Hosting (3)
ApplicationModel\ResourceLoggerService.cs (1)
493await foreach (var entry in channel.GetBatchesAsync(cancellationToken: cancellationToken).ConfigureAwait(false))
Dashboard\ResourcePublisher.cs (1)
64await foreach (var batch in channel.GetBatchesAsync(cancellationToken: linked.Token, minReadInterval: TimeSpan.FromMilliseconds(100)).ConfigureAwait(false))
Dcp\ResourceLogSource.cs (1)
140await foreach (var batch in channel.GetBatchesAsync(cancellationToken: cancellationToken).ConfigureAwait(false))