2 implementations of StopAppHostAsync
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
217
public async Task<bool>
StopAppHostAsync
(CancellationToken cancellationToken = default)
Aspire.Cli.Tests (1)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
84
public Task<bool>
StopAppHostAsync
(CancellationToken cancellationToken = default)
1 reference to StopAppHostAsync
aspire (1)
Commands\StopCommand.cs (1)
121
rpcSucceeded = await selectedConnection.
StopAppHostAsync
(cancellationToken).ConfigureAwait(false);