Interface ISyncService
Service to retrieve Sync information.
public interface ISyncService
Methods
GetSyncEventsAsync(DateTime)
Get sync events
Task<Sync> GetSyncEventsAsync(DateTime lastSyncDate)
Parameters
lastSyncDate
DateTime
Returns
- Task<Sync>