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