C# Class 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.
Inheritance: IJob
Afficher le fichier Open project: R-Suite/R.Scheduler

Méthodes publiques

Méthode Description
Execute ( IJobExecutionContext context ) : void
FtpDownloadJob ( ) : System

Ctor used by Scheduler engine

Méthodes protégées

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

Method Details

Execute() public méthode

public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext
Résultat void

FtpDownloadJob() public méthode

Ctor used by Scheduler engine
public FtpDownloadJob ( ) : System
Résultat System

GetOptionalParameter() protected méthode

protected GetOptionalParameter ( Quartz.JobDataMap data, string propertyName ) : string
data Quartz.JobDataMap
propertyName string
Résultat string

GetRequiredParameter() protected méthode

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