setSendDownloadAck method

Specifies whether the client should send a download acknowledgement to the MobiLink server during synchronization.

Syntax
setSendDownloadAck( Boolean value )
Parameters
  • value   Set to true to send a download acknowledgement (positive or negative) or set to false to tell the server that no download acknowledgement is sent.

Remarks

The download acknowledgement is sent after the download has been fully applied and committed at the remote (positive acknowledgement) or the download fails (negative acknowledgement).

If the client does send a download acknowledgement, the MobiLink server database worker thread must wait for the client to apply and commit the download. If the client does not sent a download acknowledgement, the MobiLink server is freed up sooner for its next synchronization.