Implemented interface member:
method
StopAsync
Microsoft.Extensions.Hosting.IHost.StopAsync(System.Threading.CancellationToken)
7 references to StopAsync
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
862return _app.StopAsync(cancellationToken);
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
150await serverApp.StopAsync();
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
221await _app.StopAsync(cancellationToken).ConfigureAwait(false);
Microsoft.AspNetCore.Http.Extensions.Tests (2)
HttpResponseJsonExtensionsTests.cs (2)
517await app.StopAsync(); 549await app.StopAsync();
Microsoft.AspNetCore.Tests (2)
WebApplicationTests.cs (2)
228await app.StopAsync(); 270await app.StopAsync();