C# Class Kooboo.Commerce.Recommendations.Engine.Jobs.Schedule

Inheritance: IDisposable
Show file Open project: Kooboo/Ecommerce Class Usage Examples

Public Methods

Method Description
Clone ( System.TimeSpan newInterval, TimeOfDay newStartTime ) : Schedule
Dispose ( ) : void
Schedule ( string instance, string jobName, IJob job, System.TimeSpan interval, TimeOfDay startTime, string>.IDictionary jobData ) : System
Start ( ) : void
Stop ( bool waitUnitlStopped ) : void

Private Methods

Method Description
DoWork ( ) : void

Method Details

Clone() public method

public Clone ( System.TimeSpan newInterval, TimeOfDay newStartTime ) : Schedule
newInterval System.TimeSpan
newStartTime TimeOfDay
return Schedule

Dispose() public method

public Dispose ( ) : void
return void

Schedule() public method

public Schedule ( string instance, string jobName, IJob job, System.TimeSpan interval, TimeOfDay startTime, string>.IDictionary jobData ) : System
instance string
jobName string
job IJob
interval System.TimeSpan
startTime TimeOfDay
jobData string>.IDictionary
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( bool waitUnitlStopped ) : void
waitUnitlStopped bool
return void