C# 클래스 R.Scheduler.Ftp.FtpDownloadJob

A job that implements a specific ftp file download scenario: Downloads all the files with specified extension, that are no older than a specified cut-off timespan, into a local directory.
상속: IJob
파일 보기 프로젝트 열기: R-Suite/R.Scheduler

공개 메소드들

메소드 설명
Execute ( IJobExecutionContext context ) : void
FtpDownloadJob ( ) : System

Ctor used by Scheduler engine

보호된 메소드들

메소드 설명
GetOptionalParameter ( Quartz.JobDataMap data, string propertyName ) : string
GetRequiredParameter ( Quartz.JobDataMap data, string propertyName, string jobName ) : string

메소드 상세

Execute() 공개 메소드

public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext
리턴 void

FtpDownloadJob() 공개 메소드

Ctor used by Scheduler engine
public FtpDownloadJob ( ) : System
리턴 System

GetOptionalParameter() 보호된 메소드

protected GetOptionalParameter ( Quartz.JobDataMap data, string propertyName ) : string
data Quartz.JobDataMap
propertyName string
리턴 string

GetRequiredParameter() 보호된 메소드

protected GetRequiredParameter ( Quartz.JobDataMap data, string propertyName, string jobName ) : string
data Quartz.JobDataMap
propertyName string
jobName string
리턴 string