Table of Contents

Method Control

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

Control(string, object?)

Invokes the powersync_control function for the sync client.

public Task<string> Control(string op, object? payload = null)

Parameters

op string
payload object

Returns

Task<string>