点击或拖拽改变大小

DbServer.SuspendNotification 方法

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

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

返回值

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