C# Class Nortal.Utilities.TaskSchedulerEngine.SchedulerEngineExecutionServiceBase

Inheritance: System.ServiceProcess.ServiceBase
ファイルを表示 Open project: nortal/Utilities.TaskSchedulerEngine

Public Methods

Method Description
SchedulerEngineExecutionServiceBase ( ) : System
SchedulerEngineExecutionServiceBase ( String serviceName ) : System
Start ( ) : void

Protected Methods

Method Description
InitializeSchedulerEngines ( ) : IEnumerable
OnStart ( String args ) : void
OnStop ( ) : void

Method Details

InitializeSchedulerEngines() protected abstract method

protected abstract InitializeSchedulerEngines ( ) : IEnumerable
return IEnumerable

OnStart() protected method

protected OnStart ( String args ) : void
args String
return void

OnStop() protected method

protected OnStop ( ) : void
return void

SchedulerEngineExecutionServiceBase() public method

public SchedulerEngineExecutionServiceBase ( ) : System
return System

SchedulerEngineExecutionServiceBase() public method

public SchedulerEngineExecutionServiceBase ( String serviceName ) : System
serviceName String
return System

Start() public method

public Start ( ) : void
return void