C# Class Nortal.Utilities.TaskSchedulerEngine.SchedulerEngineExecutionServiceBase

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: nortal/Utilities.TaskSchedulerEngine

Méthodes publiques

Méthode Description
SchedulerEngineExecutionServiceBase ( ) : System
SchedulerEngineExecutionServiceBase ( String serviceName ) : System
Start ( ) : void

Méthodes protégées

Méthode Description
InitializeSchedulerEngines ( ) : IEnumerable
OnStart ( String args ) : void
OnStop ( ) : void

Method Details

InitializeSchedulerEngines() protected abstract méthode

protected abstract InitializeSchedulerEngines ( ) : IEnumerable
Résultat IEnumerable

OnStart() protected méthode

protected OnStart ( String args ) : void
args String
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

SchedulerEngineExecutionServiceBase() public méthode

public SchedulerEngineExecutionServiceBase ( ) : System
Résultat System

SchedulerEngineExecutionServiceBase() public méthode

public SchedulerEngineExecutionServiceBase ( String serviceName ) : System
serviceName String
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void