Table of Contents

Method WaitForFirstSync

Namespace
PowerSync.Common.Client.Sync.Stream
Assembly
PowerSync.Common.dll

WaitForFirstSync(CancellationToken)

Waits until data from this sync stream has been synced and applied.

Task WaitForFirstSync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Optional cancellation token to abort the wait.

Returns

Task

A task that completes when the first sync is done.