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
Show file Open project: Particular/ServiceControl.Plugin.Nsb5.CustomChecks

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void