C# Class UCosmic.Work.WebDevelopmentWorkScheduler

Inheritance: IScheduleWork
Afficher le fichier Open project: ucosmic/UCosmicAlpha

Méthodes publiques

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

Private Methods

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

Method Details

GetSchedule() public méthode

public GetSchedule ( IDefineWork job ) : DateTime?
job IDefineWork
Résultat DateTime?

Reschedule() public méthode

public Reschedule ( IDefineWork job, System.DateTime onUtc, Exception exception ) : void
job IDefineWork
onUtc System.DateTime
exception System.Exception
Résultat void

Schedule() public méthode

public Schedule ( IDefineWork job, System.DateTime onUtc ) : void
job IDefineWork
onUtc System.DateTime
Résultat void