C# Class R.Scheduler.AssemblyPlugin.AssemblyPluginJob

PluginRunner loads and executes JobPlugins within a separate AppDomain.
Inheritance: IJob
Afficher le fichier Open project: R-Suite/R.Scheduler Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyPluginJob ( ) : System

Ctor used by Scheduler engine

Execute ( IJobExecutionContext context ) : void

Entry point into the job execution.

Private Methods

Méthode Description
GetAppDomain ( string pluginPath, string pluginAssemblyName ) : AppDomain
GetPluginTypeName ( AppDomain domain, string pluginPath, string jobName ) : string

Method Details

AssemblyPluginJob() public méthode

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

Execute() public méthode

Entry point into the job execution.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext
Résultat void