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

 

setPingOnly function

Sets the synchronization to ping the MobiLink server instead of performing a synchronization.

Syntax
abstract void SyncParms.setPingOnly(
  boolean v
)
Parameters
  • v   Set true to only ping the server, or set false to perform a synchronization.

Remarks

The default is false. Specifying true changes setDownloadOnly and setUploadOnly to false.

See also