Show / Hide Table of Contents

Class ConfigFile.Sync

Configuration values related to SuperOffice Sync (i.e. qSoSync).

Inheritance
object
ConfigFile.Sync
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Sync

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
int

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
int
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top