点击或拖拽改变大小

DbServer.ResetNotification 方法

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

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

返回值

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