Implemented interface member:
method
StopAsync
Microsoft.Extensions.Hosting.IHost.StopAsync(System.Threading.CancellationToken)
3 references to StopAsync
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
957
return _app.
StopAsync
(cancellationToken);
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
149
await serverApp.
StopAsync
();
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
225
await _app.
StopAsync
(cancellationToken).ConfigureAwait(false);