C# Class FdoToolbox.Base.Controls.EtlBackgroundRunner

A EtlProcess runner class. Provides delegation of events raised by the EtlProcess to any interested user interface elements.
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
EtlBackgroundRunner ( IFdoSpecializedEtlProcess proc ) : System

Initializes a new instance of the EtlBackgroundRunner class.

Run ( ) : void

Runs this instance.

Private Methods

Méthode Description
LogExceptions ( List errors ) : void

Method Details

EtlBackgroundRunner() public méthode

Initializes a new instance of the EtlBackgroundRunner class.
public EtlBackgroundRunner ( IFdoSpecializedEtlProcess proc ) : System
proc IFdoSpecializedEtlProcess The proc.
Résultat System

Run() public méthode

Runs this instance.
public Run ( ) : void
Résultat void