2 implementations of StopAppHostAsync
aspire (1)
Processes\ProcessTreeGracefulShutdownService.cs (1)
43
public async Task<bool>
StopAppHostAsync
(
Aspire.Cli.Tests (1)
TestServices\TestAppHostStopper.cs (1)
51
public Task<bool>
StopAppHostAsync
(
1 reference to StopAppHostAsync
aspire (1)
Backchannel\OrphanedAppHostCollector.cs (1)
53
var stopped = await processShutdownService.
StopAppHostAsync
(