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

A jobs scheduling class
Mostra file Open project: inspira/Web.Generics

Public Methods

Method Description
Schedule ( Exp exp, Time time ) : void
Scheduler ( ) : System

Private Methods

Method Description
GetTimeUntilSleep ( Time time ) : System.TimeSpan
InitThread ( Time time, Exp action ) : void

Method Details

Schedule() public method

public Schedule ( Exp exp, Time time ) : void
exp Exp
time Time
return void

Scheduler() public method

public Scheduler ( ) : System
return System