3 implementations of ListTerminalsAsync
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
1058
public async Task<ListTerminalsResponse>
ListTerminalsAsync
(CancellationToken cancellationToken = default)
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
687
public Task<ListTerminalsResponse>
ListTerminalsAsync
(CancellationToken cancellationToken = default)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
364
public Task<ListTerminalsResponse>
ListTerminalsAsync
(CancellationToken cancellationToken = default)
3 references to ListTerminalsAsync
aspire (3)
Backchannel\IAppHostAuxiliaryBackchannel.cs (1)
60
/// list returned by <see cref="
ListTerminalsAsync
"/> (with current grid size,
Commands\TerminalPsCommand.cs (2)
28
/// <item>Calls <see cref="IAppHostAuxiliaryBackchannel.
ListTerminalsAsync
"/> to enumerate every
125
async () => await connection.
ListTerminalsAsync
(cancellationToken).ConfigureAwait(false));