Table of Contents

Field PendingConnectionOptions

Namespace
PowerSync.Common.Client
Assembly
PowerSync.Common.dll

Tracks the last parameters supplied to connect calls. Calling connect multiple times in succession will result in:

  • 1 pending connection operation which will be aborted.
  • updating the last set of parameters while waiting for the pending attempt to be aborted
  • internally connecting with the last set of parameters
protected StoredConnectionOptions? PendingConnectionOptions

Returns

StoredConnectionOptions
Tracks the last parameters supplied to connect calls. Calling connect multiple times in succession will result in: 1 pending connection operation which will be aborted. updating the last set of parameters while waiting for the pending attempt to be aborted internally connecting with the last set of parameters