public class HealthProbeHandler : BackgroundService| HealthProbeHandler | Default constructor. |
| ExecuteAsync |
This method is called when the IHostedService starts. The implementation should return a task that represents
the lifetime of the long running operation(s) being performed.
(Overrides BackgroundServiceExecuteAsync(CancellationToken)) |