BtServer:SuspendNotification()

 

<< Click to Display Table of Contents >>

Navigation:  Server Classes > BtServer Class >

 

BtServer:SuspendNotification()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Suspend the broadcasting of Notify messages to the server's attached clients.

 

 

 

Prototype

 

 

METHOD SuspendNotification (  )  CLASS BtServer

 

 

 

Return

 

 

NIL

 

 

 

Description

 

 

This method is useful, for example, when the server is moving through the database and the server is ultimately restored to its original position.  Therefore, there is no reason to notify the clients of the server of a change in position within the database. Note that DataServer:SuspendNotification() stacks its invocations.  Therefore, for each call to DataServer:SuspendNotification(), there needs to be a corresponding call DataServer:ResetNotification().

 

 

 

See Also

 

 

BtServer, BtServer:Notify(), BtServer:ResetNotification()