Table of Contents

Method StopSyncAsync

Namespace
PowerSync.Common.Attachments
Assembly
PowerSync.Common.dll

StopSyncAsync()

Stops the attachment synchronization process. Cancels the sync pipeline, stops the periodic timer, and tears down all attachment watchers. Waits for any in-flight upload/download/delete to finish. Syncing can be resumed by calling StartSyncAsync() again.

public Task StopSyncAsync()

Returns

Task

A task that completes when all sync loops have unwound.