Implemented interface member:
method
StopAsync
Microsoft.Extensions.Hosting.IHost.StopAsync(System.Threading.CancellationToken)
4 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);
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
211
await _proxyApp.
StopAsync
().ConfigureAwait(false);