Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用指定的配置文件和合并参数同步数据库。
public virtual bool SynchronizeFromProfile( const char * profileName, const char * mergeParms, ul_sync_observer_fn observer, void * userData )
profileName 要同步的配置文件的名称。
mergeParms 用于同步的合并参数。
observer 将状态更新发送到的观察器回调。
userData 传递到回调函数的用户上下文数据。
如果成功,则返回 true;否则返回 false。
此方法与执行 SYNCHRONIZE 语句相同。