IEtlTaskExecutionEvents.OnStartBlock

Fore Syntax

OnStartBlock(Task: IEtlTask; Object: IEtlObject);

Fore.NET Syntax

OnStartBlock(Task: Prognoz.Platform.Interop.Etl.IEtlTask;

             Object: Prognoz.Platform.Interop.Etl.IEtlObject);

Parameters

Task. ETL task.

Object. ETL task object.

Description

The OnStartBlock method implements the event on ETL task block start.

Comments

ETL task block is a set of two objects and a link between them in the ETL task.

To implement the event that occurs on ETL task block finish, use IEtlTaskExecutionEvents.OnEndBlock.

Fore and Fore.NET Examples

The method use is given in the example for IEtlTaskExecutionEvents.OnEndBlock.

See also:

IEtlTaskExecutionEvents