C# Class UCosmic.Work.WebDevelopmentWorkScheduler

Inheritance: IScheduleWork
Exibir arquivo Open project: ucosmic/UCosmicAlpha

Public Methods

Method Description
GetSchedule ( IDefineWork job ) : DateTime?
Reschedule ( IDefineWork job, System.DateTime onUtc, Exception exception ) : void
Schedule ( IDefineWork job, System.DateTime onUtc ) : void

Private Methods

Method Description
ScheduleInternal ( IDefineWork job, System.DateTime onUtc, Exception exception = null ) : void

Method Details

GetSchedule() public method

public GetSchedule ( IDefineWork job ) : DateTime?
job IDefineWork
return DateTime?

Reschedule() public method

public Reschedule ( IDefineWork job, System.DateTime onUtc, Exception exception ) : void
job IDefineWork
onUtc System.DateTime
exception System.Exception
return void

Schedule() public method

public Schedule ( IDefineWork job, System.DateTime onUtc ) : void
job IDefineWork
onUtc System.DateTime
return void