C# Class SpeakFriend.Utilities.JobScheduler

http://stackoverflow.com/questions/1356789/quartz-net-with-asp-net
Mostrar archivo Open project: teamaton/speak-lib Class Usage Examples

Public Methods

Method Description
CreateJob ( string jobName, System.Action action ) : IOurJob
JobScheduler ( string groupName ) : System

Creates a new JobScheduler which provides an in-process scheduler.

StartNew ( ) : JobScheduler

Method Details

CreateJob() public method

public CreateJob ( string jobName, System.Action action ) : IOurJob
jobName string
action System.Action
return IOurJob

JobScheduler() public method

Creates a new JobScheduler which provides an in-process scheduler.
public JobScheduler ( string groupName ) : System
groupName string Name for a group of jobs and triggers.
return System

StartNew() public method

public StartNew ( ) : JobScheduler
return JobScheduler