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