<< Click to Display Table of Contents >> AdoShapeServer:ResetNotification() |
![]() ![]() ![]() |
Resume the broadcasting of Notify messages to the server's attached clients (after AdoServer:SuspendNotification() has been called).
METHOD ResetNotification ( ) CLASS AdoShapeServer
NIL
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().
AdoShapeServer, AdoShapeServer:Notify(), AdoShapeServer:SuspendNotification()