RdsMergeCallback.OnProgress

Syntax

OnProgress(Current: Integer; Total: Integer);

Parameters

Current. 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 RdsMergeCallback.OnBeforeProcess.

See also:

RdsMergeCallback