Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » SyncParms class

 

setSyncObserver function

Sets a SyncObserver interface object to monitor the progress of synchronization.

Syntax
abstract void SyncParms.setSyncObserver(
  SyncObserver so
)
Parameters
  • so   A SyncObserser.

Remarks

The default is null, suggesting no observer.

See also