iscConfigResetSubsSet()

Purpose

iscConfigResetSubsSet() resets a subscription set in the config back to the reset mode.

Syntax

isy_INT32 iscConfigResetSubsSet(
    HISCCONF    hConf,
    isy_TCHAR*  id);

Function arguments

Table 131 lists the valid arguments used with the iscConfigResetSubsSet() function.

Table 131. iscConfigResetSubsSet() arguments

Data type Argument Use Description
HISCCONF hConf input Config connection
isy_TCHAR* id input Subscription-set ID

Usage

If a subscription set is in reset mode when synchronized, the sync engine drops the client data for that subscription set. The sync engine simply fetches (or re-fetches) the server data; this process is called a refresh. After a subscription set is synchronized, this subscription set is no longer in reset mode. Use iscConfigResetSubsSet() to change the specified subscription set back to reset mode.

Return codes

Restrictions

None.

Related concepts

Related tasks

Related reference