点击或拖拽改变大小

DataServer.ResetNotification 方法

X#
恢复向服务的附加客户端广播 Notify 消息(在调用 DataServer:SuspendNotification() 之后)。

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

返回值

类型:__Usual
备注
此方法与 DataServer:SuspendNotification() 配合使用,后者暂停 Notify 消息的广播。 请注意,DataServer:SuspendNotification() 会堆叠其调用。 因此,对于每次调用 DataServer:SuspendNotification(),需要相应地调用 DataServer:ResetNotification()。
参见