Implemented interface member:
method
StopAsync
Microsoft.Extensions.Hosting.IHost.StopAsync(System.Threading.CancellationToken)
1 reference to StopAsync
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
264await _host.StopAsync(cancellationToken).ConfigureAwait(false);