Table of Contents

Interface ISyncService

Namespace
Oqtane.Services
Assembly
Oqtane.Client.dll

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>