AdoServer:ResetNotification()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:ResetNotification()

Previous pageReturn to chapter overviewNext page

Purpose

Resume the broadcasting of Notify messages to the server's attached clients (after AdoServer:SuspendNotification() has been called).

 

Prototype

METHOD ResetNotification ( ) CLASS AdoServer

 

Return

NIL

 

Description

This method is used in conjunction with AdoServer:SuspendNotification(), which suspends the broadcasting of Notify messages. Note that AdoServer:SuspendNotification() stacks its invocations.  Therefore, for each call to AdoServer:SuspendNotification(), there needs to be a corresponding call AdoServer:ResetNotification().

 

See Also

AdoServer, AdoServer:Notify(), AdoServer:SuspendNotification()