Purpose
Resume the broadcasting of Notify messages to the server's attached clients (after DaoServer:SuspendNotification() has been called).
Parameters
None
Returns
NIL
Description
This method is used in conjunction with DaoServer:SuspendNotification(), which suspends the broadcasting of Notify messages.
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