C# Class NSoft.NFramework.JobScheduler.Jobs.SampleJobs.WebPageDownloadServiceJob

Inheritance: AbstractServiceJob
显示文件 Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
DoExecute ( Quartz.JobExecutionContext context, CancellationToken token ) : void

실제 작업을 정의합니다.

WebPageDownloadServiceJob ( ) : System
WebPageDownloadServiceJob ( IDictionary stateMap ) : System
WebPageDownloadServiceJob ( string name ) : System

Method Details

DoExecute() public method

실제 작업을 정의합니다.
public DoExecute ( Quartz.JobExecutionContext context, CancellationToken token ) : void
context Quartz.JobExecutionContext Quartz
token System.Threading.CancellationToken 작업중 중단를 할 수 있도록 하는 Token
return void

WebPageDownloadServiceJob() public method

public WebPageDownloadServiceJob ( ) : System
return System

WebPageDownloadServiceJob() public method

public WebPageDownloadServiceJob ( IDictionary stateMap ) : System
stateMap IDictionary
return System

WebPageDownloadServiceJob() public method

public WebPageDownloadServiceJob ( string name ) : System
name string
return System