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

 

setAcknowledgeDownload function

Indicates if the remote should send a download acknowledgement.

Syntax
abstract void SyncParms.setAcknowledgeDownload(
  boolean ack
)
Parameters
  • ack   Set true to have the client acknowledge a download; otherwise, set false.

Remarks

The default is false.

See also