Show / Hide Table of Contents

Class ConfigFile.IntellisyncConnector

Configuration values for SoIntellisyncConnector

Inheritance
Object
ConfigFile.IntellisyncConnector
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 IntellisyncConnector

Properties

DiagnosticsWebUri

The end-point used by the SoIntellisyncConnector internal diagnostics web server. Default value is http://*:8001/.

Declaration
public static string DiagnosticsWebUri { get; set; }
Property Value
Type Description
String

EnableDiagnosticsWeb

True to make SoIntellisyncConnector host an internal web server enabling the possibility to analyze the current activity of SoIntellisyncConnector. The Uri listened on is described by

Declaration
public static bool EnableDiagnosticsWeb { get; set; }
Property Value
Type Description
Boolean

IntellisyncConnectorUri

The end point hosted by SoConnectorService used by Intellisync Server for communicant. See

Declaration
public static string IntellisyncConnectorUri { get; set; }
Property Value
Type Description
String

SessionTimeout

Intellisync Server authenticates against Intellisync Connector. When an Intellisync Server sync session for a particular user is ended, the authentication session is always removed. When a synchronization session exceeds the this time-out, an error is returned to Intellisync Server. Intellisync Server will then try to re synchronize later. Extensive traffic in the database resulting in a slowed up synchronization will typically trigger this. Synchronization for a normal user will seldom take more than 5 minutes (300 seconds), hence the default value of 10 minutes (600 seconds) is a rather conservative value. Situations where a lot of database locks are occurring should probably result in this default value being decreased, rather than increased. Extremely slow hardware as a result of virtualization should probably result in an increased value.

Declaration
public static int SessionTimeout { get; set; }
Property Value
Type Description
Int32
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top