Purpose
Suspend the broadcasting of Notify messages to the server's attached clients.
Parameters
None
Returns
NIL
Description
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 DaoServer:SuspendNotification() stacks its invocations. Therefore, for each call to DaoServer:SuspendNotification(), there needs to be a corresponding call DaoServer:ResetNotification().
Class
See Also