1 implementation of StoppedAsync
Aspire.Hosting (1)
Orchestrator\OrchestratorHostService.cs (1)
82
public 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)
266
service.
StoppedAsync
(token)).ConfigureAwait(false);