C# Class Quartz.Plugin.Xml.XMLSchedulingDataProcessorPlugin.JobFile

Information about a file that should be processed by XMLSchedulingDataProcessor.
显示文件 Open project: quartznet/quartznet

Public Methods

Method Description
Initialize ( ) : System.Threading.Tasks.Task
JobFile ( XMLSchedulingDataProcessorPlugin plugin, string fileName ) : System

Method Details

Initialize() public method

public Initialize ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

JobFile() public method

public JobFile ( XMLSchedulingDataProcessorPlugin plugin, string fileName ) : System
plugin XMLSchedulingDataProcessorPlugin
fileName string
return System