1 implementation of StoppedAsync
Aspire.Hosting (1)
Orchestrator\OrchestratorHostService.cs (1)
82public Task StoppedAsync(CancellationToken cancellationToken)
2 references to StoppedAsync
Microsoft.Extensions.Hosting (2)
HostOptions.cs (1)
22/// <see cref="IHostedLifecycleService.StoppedAsync(CancellationToken)"/>.
Internal\Host.cs (1)
266service.StoppedAsync(token)).ConfigureAwait(false);