C# 클래스 FdoToolbox.Base.Controls.EtlBackgroundRunner

A EtlProcess runner class. Provides delegation of events raised by the EtlProcess to any interested user interface elements.
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
EtlBackgroundRunner ( IFdoSpecializedEtlProcess proc ) : System

Initializes a new instance of the EtlBackgroundRunner class.

Run ( ) : void

Runs this instance.

비공개 메소드들

메소드 설명
LogExceptions ( List errors ) : void

메소드 상세

EtlBackgroundRunner() 공개 메소드

Initializes a new instance of the EtlBackgroundRunner class.
public EtlBackgroundRunner ( IFdoSpecializedEtlProcess proc ) : System
proc IFdoSpecializedEtlProcess The proc.
리턴 System

Run() 공개 메소드

Runs this instance.
public Run ( ) : void
리턴 void