BtServer:ResetNotification()

 

<< Click to Display Table of Contents >>

Navigation:  Server Classes > BtServer Class >

 

BtServer:ResetNotification()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

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

 

 

 

Prototype

 

 

METHOD ResetNotification (  )  CLASS BtServer

 

 

 

Return

 

 

NIL

 

 

 

Description

 

 

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

 

 

 

See Also

 

 

BtServer, BtServer:Notify(), BtServer:SuspendNotification()