C# Class R.Scheduler.DirectoryScan.RDirectoryScanJob

Simple wrapper for DirectoryScanJob that allows
Inheritance: Quartz.Job.DirectoryScanJob, IJob
Show file Open project: R-Suite/R.Scheduler

Public Methods

Method Description
Execute ( IJobExecutionContext context ) : void

Registers new instance of IDirectoryScanListener with the scheduler context, executes the job, and removes the instance from the scheduler context

Protected Methods

Method Description
GetRequiredParameter ( JobDataMap data, string propertyName, string jobName ) : string

Method Details

Execute() public method

Registers new instance of IDirectoryScanListener with the scheduler context, executes the job, and removes the instance from the scheduler context
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext
return void

GetRequiredParameter() protected method

protected GetRequiredParameter ( JobDataMap data, string propertyName, string jobName ) : string
data JobDataMap
propertyName string
jobName string
return string