Navigation:  DataServer Classes > DaoServer Class >

DaoServer:ResetNotification() Method

Previous pageReturn to chapter overviewNext page

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

DaoServer        

 

See Also

DaoServer:Notify(), Daoserver:SuspendNotification()