IEtlTaskExecutionEvents

Assembly: Etl;

Description

The IEtlTaskExecutionEvents interface is used to implement the events in ETL task event handler.

Inheritance Hierarchy

          IEtlTaskExecutionEvents

Comments

Connection of event handler to ETL task is given in the example for IEtlTask.EventsAssembly.

Methods

  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 Interfaces