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)
61
await service.
StopAsync
();
89
await service.
StopAsync
();
134
await service.
StopAsync
();
162
await service.
StopAsync
(); // Trigger cancellation
175
await service.
StopAsync
();
215
await service.
StopAsync
();
380
await service.
StopAsync
();
440
await service.
StopAsync
();
480
await service.
StopAsync
();
649
await service.
StopAsync
();
686
await service.
StopAsync
();
730
await service.
StopAsync
();