C# 클래스 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.
상속: FolderPollingActivityBase
파일 보기 프로젝트 열기: GFTUSA/GFTInternal

공개 메소드들

메소드 설명
Run ( ActivityRun activityRun, IGenevaActions genevaInstance ) : void

IActivity.Run(ActivityRun,IGenevaActions)

Start ( ) : void

IActivity.Start

Validate ( ) : List

Validate if the Activity is ready to start.

메소드 상세

Run() 공개 메소드

IActivity.Run(ActivityRun,IGenevaActions)
public Run ( ActivityRun activityRun, IGenevaActions genevaInstance ) : void
activityRun ActivityRun ActivityRun instance
genevaInstance IGenevaActions GenevaAction instance
리턴 void

Start() 공개 메소드

IActivity.Start
public Start ( ) : void
리턴 void

Validate() 공개 메소드

Validate if the Activity is ready to start.
public Validate ( ) : List
리턴 List