C# Class BatchJob.BatchJob

Datei anzeigen Open project: Novthirteen/yfkey-scms

Public Properties

Property Type Description
leanEngineTimer System.Timers.Timer
receiveWOTimer System.Timers.Timer
timer System.Timers.Timer

Public Methods

Method Description
BatchJob ( ) : System

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method Description
RunJob ( ) : void
RunLeanEngineJob ( ) : void
RunReceiveWOJob ( ) : void
leanEngineTimer_Elapsed ( object sender, System e ) : void
receiveWOTimer_Elapsed ( object sender, System e ) : void
timer_Elapsed ( object sender, System e ) : void

Method Details

BatchJob() public method

public BatchJob ( ) : System
return System

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

Property Details

leanEngineTimer public_oe property

public System.Timers.Timer leanEngineTimer
return System.Timers.Timer

receiveWOTimer public_oe property

public System.Timers.Timer receiveWOTimer
return System.Timers.Timer

timer public_oe property

public System.Timers.Timer timer
return System.Timers.Timer