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