Implemented interface member:
method
StopAsync
Microsoft.Extensions.Hosting.IHost.StopAsync(System.Threading.CancellationToken)
5 references to StopAsync
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
1085
return _app.
StopAsync
(cancellationToken);
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
164
await serverApp.
StopAsync
();
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
283
await _app.
StopAsync
(cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Tests (1)
Dcp\KubernetesServiceTests.cs (1)
482
await _app.
StopAsync
().ConfigureAwait(false);
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFactory.cs (1)
266
await _proxyApp.
StopAsync
().ConfigureAwait(false);