C# 클래스 R.Scheduler.DirectoryScan.RDirectoryScanJob

Simple wrapper for DirectoryScanJob that allows
상속: Quartz.Job.DirectoryScanJob, IJob
파일 보기 프로젝트 열기: R-Suite/R.Scheduler

공개 메소드들

메소드 설명
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