Implemented interface member:
method
StopAsync
Microsoft.Extensions.Hosting.IHost.StopAsync(System.Threading.CancellationToken)
5 references to 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();