IRdsMergeCallback.OnProgress

Syntax

OnProgress(Progress: Integer; Total: Integer);

Parameters

Progress. Number of steps of synchronization process.

Total. Total number of steps of synchronization process.

Description

The OnProgress method implements an event of total status of synchronization process of the MDM dictionary.

Example

The method use is given in the example for IRdsMergeCallback.OnBeforeProcess.

See also:

IRdsMergeCallback