DataServer.SuspendNotification 方法 | |
暂停向服务的附加客户端广播 Notify 消息。
命名空间:
VO
程序集:
VOSystemClasses (在 VOSystemClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD SuspendNotification() AS USUAL
public virtual __Usual SuspendNotification()
查看代码返回值
类型:
__Usual备注
此方法很有用,例如,当服务在数据库中移动并且服务最终恢复到其原始位置时。因此,没有理由通知服务的客户端数据库中的位置更改。
请注意,DataServer:SuspendNotification() 会堆叠其调用。
因此,对于每次调用 DataServer:SuspendNotification(),需要相应地调用 DataServer:ResetNotification()。
参见