Click or drag to resize
SynchronizationEngine Constructor
Constructs a new instance of the SynchronizationEngine.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public SynchronizationEngine(
	SynchronizationConfiguration configuration,
	Uri baseUri,
	SynchronizationEngineHost host
)

Parameters

configuration
Type: Oracle.Cloud.Mobile.ConfigurationSynchronizationConfiguration
The configuration for the SynchronizationEngine.
baseUri
Type: SystemUri
The base URI of the MCS Service.
host
Type: Oracle.Cloud.Mobile.SynchronizationSynchronizationEngineHost
Platform specific operations implemented by the host.
See Also