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