Click or drag to resize

SynchronizationManager Class

Manager for synchronization with the app
Inheritance Hierarchy
SystemObject
  PsrApi.ManagersBaseManager
    PsrApi.ManagersSynchronizationManager

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class SynchronizationManager : BaseManager

The SynchronizationManager type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetChangesFromServer
Receives the changes at the server since the given date
Public methodGetHashCode (Inherited from Object.)
Public methodGetNextChanges
Receives the next SyncServerChanges from the server for the given changesId
Public methodGetType (Inherited from Object.)
Public methodSyncToServer
Synchronizes the data to the server
Public methodToString (Inherited from Object.)
Top
See Also