3 implementations of GetTerminalInfoAsync
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
1024
public async Task<GetTerminalInfoResponse>
GetTerminalInfoAsync
(string resourceName, CancellationToken cancellationToken = default)
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
681
public Task<GetTerminalInfoResponse>
GetTerminalInfoAsync
(string resourceName, CancellationToken cancellationToken = default)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
353
public Task<GetTerminalInfoResponse>
GetTerminalInfoAsync
(string resourceName, CancellationToken cancellationToken = default)
4 references to GetTerminalInfoAsync
aspire (3)
Backchannel\IAppHostAuxiliaryBackchannel.cs (1)
59
/// surface returned by <see cref="
GetTerminalInfoAsync
"/> AND the per-resource
Commands\TerminalAttachCommand.cs (2)
26
/// list of terminal replicas via <see cref="IAppHostAuxiliaryBackchannel.
GetTerminalInfoAsync
"/>.</item>
132
async () => await connection.
GetTerminalInfoAsync
(canonicalName, cancellationToken).ConfigureAwait(false));
Aspire.Cli.Tests (1)
Commands\TerminalCommandTests.cs (1)
657
/// <see cref="IAppHostAuxiliaryBackchannel.
GetTerminalInfoAsync
"/>. All other calls