iscEngineSyncConfig()

Purpose

iscEngineSyncConfig() launches a synchronization session that synchronizing only the configuration.

Syntax

isy_INT32 iscEngineSyncConfig(
    HISCENG        hEngine);

Function arguments

Table 150 lists the valid argument used with the iscEngineSyncConfig() function.

Table 150. iscEngineSyncConfig() argument

Data type Argument Use Description
HISCENG hEngine input Handle to the synchronization engine.

Usage

When the configuration changes on the server, iscEngineSyncConfig() updates the configuration without re-synchronizing all of the subscription sets.

Return codes

Restrictions

None.

Related concepts

Related tasks

Related reference