3 implementations of GetConsoleLogBatchesAsync
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
748
public IAsyncEnumerable<ResourceLogBatch>
GetConsoleLogBatchesAsync
(
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
720
public IAsyncEnumerable<ResourceLogBatch>
GetConsoleLogBatchesAsync
(GetConsoleLogsRequest request, CancellationToken cancellationToken = default)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
234
public async IAsyncEnumerable<ResourceLogBatch>
GetConsoleLogBatchesAsync
(
1 reference to GetConsoleLogBatchesAsync
aspire (1)
Commands\LogsCommand.cs (1)
423
await foreach (var batch in connection.
GetConsoleLogBatchesAsync
(request, cancellationToken).ConfigureAwait(false))