C# Class Web.Generics.ApplicationServices.Scheduler.Scheduler

A jobs scheduling class
Afficher le fichier Open project: inspira/Web.Generics

Méthodes publiques

Méthode Description
Schedule ( Exp exp, Time time ) : void
Scheduler ( ) : System

Private Methods

Méthode Description
GetTimeUntilSleep ( Time time ) : System.TimeSpan
InitThread ( Time time, Exp action ) : void

Method Details

Schedule() public méthode

public Schedule ( Exp exp, Time time ) : void
exp Exp
time Time
Résultat void

Scheduler() public méthode

public Scheduler ( ) : System
Résultat System