EtlTaskExecutionEvents

Assembly: Etl;

Namespace: Prognoz.Platform.Interop.Etl;

Description

The EtlTaskExecutionEvents class is used to implement events in ETL task event handler.

Comments

Fore and Fore.NET objects can be used as event handlers.

Fore.NET Syntax

Class to get analog of the EtlTaskExecutionEvents class:

None;

Class to get analog of the EtlTaskExecutionEvents class object:

EtlTaskExecutionEventsClass;

Class methods inherited from IEtlTaskExecutionEvents

  Method name Brief description
OnEndBlock The OnEndBlock method implements ETL task block finish event.
OnEndTask The OnEndTask method implements ETL task finish event.
OnError The OnError method implements on ETL task block error.
OnProgress The OnProgress method implements the event during ETL task execution.
OnStartBlock The OnStartBlock method implements the event on ETL task block start.
OnStartTask The OnStartTask method implements the event on ETL task start.

See also:

ETL Assembly Classes