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