iscConfigDisableSubsSet()

Purpose

iscConfigDisableSubsSet() disables the synchronization on a subscription set.

Syntax

isy_INT32 iscConfigDisableSubsSet(
    HISCCONF    hConf,
    isy_TCHAR*  id);

Function arguments

Tabelle 130 lists the valid arguments used with the iscConfigDisableSubsSet() function.

Tabelle 130. iscConfigDisableSubsSet() arguments

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

Usage

All subscription sets are initially enabled for synchronization. The iscConfigEnableSubsSet() and iscConfigDisableSubsSet() functions enable and disable the synchronization capability of a subscription set, which is specified by the given ID.

Return codes

Restrictions

None.

Zugehörige Konzepte

Zugehörige Tasks

Zugehörige Referenzen