C# Class WaveBox.Service.Services.CronService

Inheritance: IService
Datei anzeigen Open project: einsteinx2/WaveBox

Public Methods

Method Description
CronService ( ) : System
Start ( ) : bool
Stop ( ) : bool

Method Details

CronService() public method

public CronService ( ) : System
return System

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool