EtlTaskExecutionEvents

Assembly: Etl;

Description

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

Comments

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

Methods must be redetermined in a custom class.

Class methods inherited from IEtlTaskExecutionEvents

  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 Classes