C# Class SpeakFriend.Utilities.JobBase

Inheritance: IJob, IOurJob
Show file Open project: teamaton/speak-lib

Public Methods

Method Description
Execute ( Quartz.JobExecutionContext context ) : void
JobBase ( JobScheduler jobScheduler, string name, System.Action action ) : System
ScheduleAt ( System.DateTime startDateTime, System.TimeSpan timeSpan ) : JobScheduler

Method Details

Execute() public method

public Execute ( Quartz.JobExecutionContext context ) : void
context Quartz.JobExecutionContext
return void

JobBase() public method

public JobBase ( JobScheduler jobScheduler, string name, System.Action action ) : System
jobScheduler JobScheduler
name string
action System.Action
return System

ScheduleAt() public method

public ScheduleAt ( System.DateTime startDateTime, System.TimeSpan timeSpan ) : JobScheduler
startDateTime System.DateTime
timeSpan System.TimeSpan
return JobScheduler