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

SQL Anywhere 11.0.1 (中文) » UltraLiteJ » UltraLiteJ 参考 » UltraLiteJ API 参考 » SyncParms 类

 

setPingOnly 方法

设置同步强制 MobiLink 服务器回应,而不执行同步。

语法
abstract void SyncParms.setPingOnly(
  boolean v
)
参数
  • v   设置 true 则仅强制服务器回应;设置 false 则执行同步。

注释

缺省值为 false。指定 true 会使 setDownloadOnly 和 setUploadOnly 变为 false。

另请参见