IRdsMergeCallback.OnProgress

Syntax

OnProgress(Progress: Integer; Total: Integer);

Parameters

Progress. Number of synchronization process stages.

Total. Total number of synchronization process stages.

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