Implemented interface member:
method
StopAsync
Microsoft.Extensions.Hosting.IHostedService.StopAsync(System.Threading.CancellationToken)
12 references to StopAsync
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (12)
HealthCheckPublisherHostedServiceTest.cs (12)
62
await service.
StopAsync
();
90
await service.
StopAsync
();
135
await service.
StopAsync
();
163
await service.
StopAsync
(); // Trigger cancellation
176
await service.
StopAsync
();
216
await service.
StopAsync
();
381
await service.
StopAsync
();
441
await service.
StopAsync
();
481
await service.
StopAsync
();
650
await service.
StopAsync
();
687
await service.
StopAsync
();
731
await service.
StopAsync
();