Свойство | Тип | Описание | |
---|---|---|---|
BuildJobTriggerName | string | ||
ProcessFile | System.Threading.Tasks.Task |
Метод | Описание | |
---|---|---|
FileUpdated ( string fName ) : System.Threading.Tasks.Task |
|
|
Initialize ( string pluginName, IScheduler scheduler ) : System.Threading.Tasks.Task |
Called during creation of the IScheduler in order to give the ISchedulerPlugin a chance to initialize.
|
|
ProcessFile ( string filePath ) : System.Threading.Tasks.Task | ||
Shutdown ( ) : System.Threading.Tasks.Task |
Called in order to inform the ISchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
|
|
Start ( ) : System.Threading.Tasks.Task |
Called when the associated IScheduler is started, in order to let the plug-in know it can now make calls into the scheduler if it needs to.
|
|
XMLSchedulingDataProcessorPlugin ( ) : System |
Initializes a new instance of the XMLSchedulingDataProcessorPlugin class.
|
Метод | Описание | |
---|---|---|
BuildJobTriggerName ( string fileBasename ) : string |
Helper method for generating unique job/trigger name for the file scanning jobs (one per FileJob). The unique names are saved in jobTriggerNameSet.
|
|
ProcessFile ( JobFile jobFile ) : System.Threading.Tasks.Task |
public FileUpdated ( string fName ) : System.Threading.Tasks.Task | ||
fName | string | |
Результат | System.Threading.Tasks.Task |
public Initialize ( string pluginName, IScheduler scheduler ) : System.Threading.Tasks.Task | ||
pluginName | string | The name. |
scheduler | IScheduler | The scheduler. |
Результат | System.Threading.Tasks.Task |
public ProcessFile ( string filePath ) : System.Threading.Tasks.Task | ||
filePath | string | |
Результат | System.Threading.Tasks.Task |
public Shutdown ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |
public Start ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |
public XMLSchedulingDataProcessorPlugin ( ) : System | ||
Результат | System |