Interface ConfigFile.IIntellisyncConnectorConfiguration
Configuration values for SoIntellisyncConnector Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IIntellisyncConnectorConfiguration
Properties
DiagnosticsWebUri
The end-point used by the SoIntellisyncConnector internal diagnostics web server. Default value is http://*:8001/.
Declaration
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
bool EnableDiagnosticsWeb { get; set; }
Property Value
Type | Description |
---|---|
bool |
IntellisyncConnectorUri
The end point hosted by SoConnectorService used by Intellisync Server for communicant. See
Declaration
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
int SessionTimeout { get; set; }
Property Value
Type | Description |
---|---|
int |