3 implementations of StoppedAsync
Aspire.Hosting (2)
DistributedApplicationLifecycle.cs (1)
60
public Task
StoppedAsync
(CancellationToken cancellationToken)
Orchestrator\OrchestratorHostService.cs (1)
82
public Task
StoppedAsync
(CancellationToken cancellationToken)
Aspire.Hosting.Tests (1)
AppHostSmokeTests.cs (1)
122
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)
278
service.
StoppedAsync
(token)).ConfigureAwait(false);