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 - 数据库管理和参考 » UltraLite 用作 MobiLink 客户端 » UltraLite 同步参数和网络协议选项 » UltraLite 的同步参数

 

Observer 同步参数

指定一个用于监控同步的回调函数或事件处理程序的指针。您需要实施的回调函数的签名类型为 ul_sync_observer_fn

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

ul_sync_status 结构将在ul_sync_status 结构中介绍。

 语法
 另请参见
 示例