1 implementation of StoppedAsync
Aspire.Hosting (1)
Dcp\DcpHostService.cs (1)
388public 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)
267service.StoppedAsync(token)).ConfigureAwait(false);