Auto sync trigger and cancellation support.
This commit is contained in:
@@ -81,6 +81,11 @@ public interface ISynchronizationManager
|
||||
/// </summary>
|
||||
IWinoSynchronizerBase CreateSynchronizerForAccount(MailAccount account);
|
||||
|
||||
/// <summary>
|
||||
/// Cancels ongoing synchronizations for the given account.
|
||||
/// </summary>
|
||||
Task CancelSynchronizationsAsync(Guid accountId);
|
||||
|
||||
/// <summary>
|
||||
/// Destroys the synchronizer for the given account.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user