C# Class PBAccelerator.TemplateFolderPollingActivityBase

FolderPollingActivityBase class inherits from ActivityBase (see TemplateActivityBase) and implement some of the IActivity methods used commonly by activities that polls a folder to kick off activity runs.
Inheritance: FolderPollingActivityBase
Afficher le fichier Open project: GFTUSA/GFTInternal

Méthodes publiques

Méthode Description
Run ( ActivityRun activityRun, IGenevaActions genevaInstance ) : void

IActivity.Run(ActivityRun,IGenevaActions)

Start ( ) : void

IActivity.Start

Validate ( ) : List

Validate if the Activity is ready to start.

Method Details

Run() public méthode

IActivity.Run(ActivityRun,IGenevaActions)
public Run ( ActivityRun activityRun, IGenevaActions genevaInstance ) : void
activityRun ActivityRun ActivityRun instance
genevaInstance IGenevaActions GenevaAction instance
Résultat void

Start() public méthode

IActivity.Start
public Start ( ) : void
Résultat void

Validate() public méthode

Validate if the Activity is ready to start.
public Validate ( ) : List
Résultat List