点击或拖拽改变大小

DataServer.SuspendNotification 方法

X#
暂停向服务的附加客户端广播 Notify 消息。

命名空间:  XSharp.VO.SDK
程序集:  XSharp.VOSystemClasses (在 XSharp.VOSystemClasses.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD SuspendNotification() AS LONG
查看代码

返回值

类型:Int32
备注
此方法很有用,例如,当服务在数据库中移动并且服务最终恢复到其原始位置时。因此,没有理由通知服务的客户端数据库中的位置更改。 请注意,DataServer:SuspendNotification() 会堆叠其调用。 因此,对于每次调用 DataServer:SuspendNotification(),需要相应地调用 DataServer:ResetNotification()。
参见