Navigation:  Classes > bArrayServer >

bArrayServer:SuspendNotificationCount

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A counter exposing the number of nested calls to bArrayServer:SuspendNotification().

Class

bArrayServer

Type

Access

Data Type

Integer

Description

A value equal to 0 indicates that notifications are sent to the registered clients of the server. A value not equal to 0 means that no notifications are sent.

 

With the method bArrayServer:SuspendNotification() sending notifications can be suppressed to the registered clients. With each call of the method a counter is increased by one. As long as this counter is > 0, notifications are suppressed. Calling the method bArrayServer:ResetNotification() reduces the counter by one. As well as the counter reached the value of 0, the notifications are sent again to the registered clients.

See Also

bArrayServer:Notify()

bArrayServer:ResetNotification()

bArrayServer:SuspendNotification()

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_suspendnoticount.htm