Class ConfigFile.Sync
Configuration values related to SuperOffice Sync (i.e. qSoSync).
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Sync : Object
Properties
SettingsAbsoluteExpiration
Settings related to synchronization are configured using the SoSyncAdmin client, stored in the SuperOffice database and internally in SoSync held in a cache. This cache has two time-out values. One of the values are related to the absolute expiry time after the value is inserted in the cache and the second relates to the expiry time since the value was last used. This configuration value address the first related to time since read from the database. 900 seconds is default value.
Declaration
public static int SettingsAbsoluteExpiration { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
SettingsSlidingExpiration
Settings related to synchronization are configured using the SoSyncAdmin client, stored in the SuperOffice database and internally in SoSync held in a cache. This cache has two time-out values. One of the values are related to the absolute expiry time after the value is inserted in the cache and the second relates to the expiry time since the value was last used. This configuration value address the latter and refers to time since last used. 300 seconds is default value.
Declaration
public static int SettingsSlidingExpiration { get; set; }
Property Value
Type | Description |
---|---|
Int32 |