Implemented interface member:
method
StopAppHostAsync
Aspire.Cli.Processes.IAppHostStopper.StopAppHostAsync(Aspire.Cli.Backchannel.AppHostInformation, System.Func<System.Threading.CancellationToken, System.Threading.Tasks.Task<System.Boolean>>, System.Threading.CancellationToken)
5 references to StopAppHostAsync
aspire (1)
Commands\StopCommand.cs (1)
504async () => await _processShutdownService.StopAppHostAsync(appHostInfo, connection.StopAppHostAsync, cancellationToken).ConfigureAwait(false));
Aspire.Cli.Tests (4)
Processes\ProcessTreeGracefulShutdownServiceTests.cs (4)
172var result = await signaler.StopAppHostAsync( 217var result = await signaler.StopAppHostAsync( 256var result = await signaler.StopAppHostAsync( 294var result = await signaler.StopAppHostAsync(