C# Класс R.Scheduler.DirectoryScan.RDirectoryScanJob

Simple wrapper for DirectoryScanJob that allows
Наследование: Quartz.Job.DirectoryScanJob, IJob
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( IJobExecutionContext context ) : void

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

Защищенные методы

Метод Описание
GetRequiredParameter ( JobDataMap data, string propertyName, string jobName ) : string

Описание методов

Execute() публичный Метод

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
Результат void

GetRequiredParameter() защищенный Метод

protected GetRequiredParameter ( JobDataMap data, string propertyName, string jobName ) : string
data JobDataMap
propertyName string
jobName string
Результат string