IRdsReplicator.Merge

Syntax

Merge([Callback: IRdsMergeCallback = Null]);

Parameters

Callback. Object used to handle exceptions that may occur during synchronization.

Description

The Merge method synchronizes dictionaries.

Comments

To load data of synchronized dictionaries, use the IRdsReplicator.LoadFromFile method.

Example

The property use is given in the example for IRdsReplicator.LoadFromFile.

See also:

IRdsReplicator