DbServer.ResetNotification Method | |
Resume the broadcasting of Notify messages to the server's attached clients (after DBServer:SuspendNotification() has been called).
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax Remarks
This method is used in conjunction with DBServer:SuspendNotification(), which suspends the broadcasting of Notify messages.
Note that DBServer:SuspendNotification() stacks its invocations. Therefore, for each call to DBServer:SuspendNotification(), there needs to be a corresponding call DBServer:ResetNotification().
See Also