ETL > ETL Assembly Interfaces > IEtlExecutionCallback
The IEtlExecutionCallback interface contains methods that are used to execute ETL task events.
Methods of this interface should be redetermined in a custom class.
Method name | Brief description | |
![]() |
OnObject | The OnObject method implements events to execute ETL task object. |
![]() |
OnProgress | The OnProgress method implements a general status event of ETL task execution. |
![]() |
OnSetResult | The OnSetResult method implements the event that is used to set ETL task execution result. |
See also: