DataServer.ResetNotification 方法 | |
恢复向服务的附加客户端广播 Notify 消息(在调用 DataServer:SuspendNotification() 之后)。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOSystemClasses (在 XSharp.VOSystemClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD ResetNotification() AS LONG
public virtual int ResetNotification()
查看代码返回值
类型:
Int32备注
此方法与 DataServer:SuspendNotification() 配合使用,后者暂停 Notify 消息的广播。
请注意,DataServer:SuspendNotification() 会堆叠其调用。
因此,对于每次调用 DataServer:SuspendNotification(),需要相应地调用 DataServer:ResetNotification()。
参见