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