Indicates the current stage of synchronization.
public enum ul_sync_state
Member name | Description |
---|---|
UL_SYNC_STATE_STARTING |
The synchronization is starting; initial parameter validation is complete and synchronization result will be saved. |
UL_SYNC_STATE_CONNECTING |
Connecting to the MobiLink server. |
UL_SYNC_STATE_SENDING_HEADER |
The synchronization connection is established and initial data is about to be sent. |
UL_SYNC_STATE_SENDING_TABLE |
A table is about to be sent. |
UL_SYNC_STATE_SENDING_DATA |
Schema information or row data is being sent. |
UL_SYNC_STATE_FINISHING_UPLOAD |
The upload stage is complete and state information is about to be committed. |
UL_SYNC_STATE_RECEIVING_UPLOAD_ACK |
About to read data from the server, starting with the upload acknowledgement. |
UL_SYNC_STATE_RECEIVING_TABLE |
A table is about to be received. |
UL_SYNC_STATE_RECEIVING_DATA |
Data for the most recently identified table is being received. |
UL_SYNC_STATE_COMMITTING_DOWNLOAD |
The download stage is complete and downloaded rows are about to be committed. |
UL_SYNC_STATE_ROLLING_BACK_DOWNLOAD |
An error occurred during download and the download is being rolled back. |
UL_SYNC_STATE_SENDING_DOWNLOAD_ACK |
An acknowledgement that the download is complete is being sent. |
UL_SYNC_STATE_DISCONNECTING |
About to disconnect from the server. |
UL_SYNC_STATE_DONE |
Synchronization has completed successfully. |
UL_SYNC_STATE_ERROR |
Synchronization has completed, but with an error. |
You should not assume that the synchronization states occur in the order listed below.
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |