Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 » UltraLite - Database Management and Reference » UltraLite as a MobiLink client » UltraLite synchronization parameters and network protocol options » Synchronization parameters for UltraLite

 

Observer synchronization parameter

Specifies a pointer to a callback function or event handler that monitors synchronization. The signature of the callback function that you need to implement to use is of the type ul_sync_observer_fn:

typedef void(UL_CALLBACK_FN *ul_sync_observer_fn)( ul_sync_status * status );

The ul_sync_status structure is described in ul_sync_status structure.

 Syntax
 See also
 Example