IEtlTaskExecutionEvents

Assembly: Etl;

Description

The IEtlTaskExecutionEvents interface contains methods of ETL task event handler.

Inheritance Hierarchy

IEtlTaskExecutionEvents

Comments

The ETL task event handler is set using the IEtlTask.EventsAssembly and IEtlTask.EventsClass properties.

The interface is a basic one for the EtlTaskExecutionEvents class. Methods must be redetermined in a custom class.

Methods

  Method name Brief description
OnEndBlock The OnEndBlock method implements the event that occurs after ETL task block is finished.
OnEndTask The OnEndTask method implements the event that occurs after ETL task is finished.
OnError The OnError method implements the event that occurs in case of ETL task block error.
OnProgress The OnProgress method implements the event that occurs during ETL task execution.
OnStartBlock The OnStartBlock method implements the event that occurs on ETL task block start.
OnStartTask The OnStartTask method implements the event that occurs on ETL task start.

See also:

ETL Assembly Interfaces