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 state of MDM dictionary synchronization process.

Example

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

See also:

RdsMergeCallback