DbServer.SuspendNotification Method | |
Suspend the broadcasting of Notify messages to the server's attached clients.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax Remarks
This method is useful, for example, when the server is moving through the database and the server is ultimately restored to its original position. Therefore, there is no reason to notify the clients of the server of a change in position within the database.
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