C# Class R.Scheduler.DirectoryScan.RDirectoryScanJob

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetRequiredParameter ( JobDataMap data, string propertyName, string jobName ) : string

Method Details

Execute() public méthode

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
Résultat void

GetRequiredParameter() protected méthode

protected GetRequiredParameter ( JobDataMap data, string propertyName, string jobName ) : string
data JobDataMap
propertyName string
jobName string
Résultat string