Implemented interface member:
method
StopAsync
Microsoft.Extensions.Hosting.IHost.StopAsync(System.Threading.CancellationToken)
4 references to StopAsync
Microsoft.Extensions.Hosting.Testing (1)
FakeHost.cs (1)
121StopAsync().ConfigureAwait(false).GetAwaiter().GetResult();
Microsoft.Extensions.Hosting.Testing.Tests (3)
FakeHostTests.cs (3)
110await sut.StopAsync(); 127await sut.StopAsync(tokenSource.Token); 148_ = sut.StopAsync(cancellationTokenSource.Token);