Indicates the type of event generated by a synchronization.
 Visual Basic syntax
 Visual Basic syntaxPublic Enum DBSC_EventType C# syntax
 C# syntaxpublic enum DBSC_EventType Members
 Members| Member name | Description | Value | 
|---|---|---|
| DBSC_EVENTTYPE_ERROR_MSG | An error was generated by the synchronization; str1 contains the text of the error. | 1 | 
| DBSC_EVENTTYPE_WARNING_MSG | A warning was generated by the synchronization; str1 contains the text of the warning. | 2 | 
| DBSC_EVENTTYPE_INFO_MSG | An information message was generated by the synchronization; str1 contains the text of the message. | 3 | 
| DBSC_EVENTTYPE_PROGRESS_INDEX | Provides information for updating a progress bar; val1 contains the new progress value. The percent done can be calculated by dividing val1 by 1000. | 4 | 
| DBSC_EVENTTYPE_PROGRESS_TEXT | The text associated with the progress bar has been updated and str1 contains the new value. | 5 | 
| DBSC_EVENTTYPE_TITLE | The title for the synchronization window/control has changed and str1 contains the new title. | 6 | 
| DBSC_EVENTTYPE_SYNC_START | The synchronization has begun; there is no additional information associated with this event. | 7 | 
| DBSC_EVENTTYPE_SYNC_DONE | The synchronization is complete; val1 contains the exit code from the synchronization. A 0 value indicates success. A non-zero value indicates that the synchronization failed. | 8 | 
| DBSC_EVENTTYPE_ML_CONNECT | A connection to the MobiLink Server was established; str1 indicates the communication protocol being used and str2 contains the network protocol options used. | 10 | 
| DBSC_EVENTTYPE_UPLOAD_COMMITTED | The MobiLink server confirmed that it successfully committed the upload to the consolidated database. | 11 | 
| DBSC_EVENTTYPE_DOWNLOAD_COMMITTED | The download has been successfully committed in the remote database. | 12 | 
 See also
 See also|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |