AdoShapeServer:ResetNotification()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoShapeServer Class >

AdoShapeServer: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 AdoShapeServer

 

 

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 AdoShapeServer:ResetNotification().

 

See Also

AdoShapeServer, AdoShapeServer:Notify(), AdoShapeServer:SuspendNotification()