C# Class ServiceControl.Plugin.CustomChecks.Internal.PeriodicCheckMonitor

This class will upon startup get the registered PeriodicCheck types and will invoke each one's PerformCheck at the desired interval.
Inheritance: IWantToRunWhenBusStartsAndStops
Afficher le fichier Open project: Particular/ServiceControl.Plugin.Nsb5.CustomChecks

Méthodes publiques

Méthode Description
Start ( ) : void
Stop ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void