Click or drag to resize
SynchronizationEngine Class
This class provides Synchronization capabilities for apps that do not use the rest of the SDK, which should be very rare.
Inheritance Hierarchy
SystemObject
  Oracle.Cloud.Mobile.SynchronizationSynchronizationEngine

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 sealed class SynchronizationEngine

The SynchronizationEngine type exposes the following members.

Constructors
  NameDescription
Public methodSynchronizationEngine
Constructs a new instance of the SynchronizationEngine.
Top
Properties
  NameDescription
Public propertyCacheHitCount
The number of cache hits during the current app lifetime.
Public propertyCacheMissCount
The number of cache misses during the current app lifetime.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvictResourceAsync
Evicts a cached resource for a given uri.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadOfflineResourcesAsync
Returns a list of all MobileResource objects that were updated offline.
Public methodOpenEndpointAsyncT
Returns an object that provides access to an endpoint in a custom code API.
Public methodPurgeAsync
Deletes all cached resources.
Public methodSynchronizePinnedResourcesAsync
Synchronizes all pinned resources with their mobile backends. For collections all pages will be downloaded.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventCachedResourceChanged
Event that is raised every time a cached resource is updated either from new data from the service or from a online or offline write by the application or on a delete.
Public eventOfflineResourceSynchronized
Event that is raised after every offline resource is synchronized with the service.
Top
See Also