SynchronizationManagerGetChangesFromServer Method |
Receives the changes at the server since the given date
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntaxpublic ConfiguredTaskAwaitable<PsrSyncServerChanges> GetChangesFromServer(
List<PsrKey> allClientKeys,
List<PsrKey> requiredResyncKeys
)
Parameters
- allClientKeys
- Type: System.Collections.GenericListPsrKey
- requiredResyncKeys
- Type: System.Collections.GenericListPsrKey
Return Value
Type:
ConfiguredTaskAwaitablePsrSyncServerChanges
See Also