Navigation:  Classes > bArrayServer >

bArrayServer:ResetNotification()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Reduces the counter, to suppress sending the notifications to the registered clients of the server.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:ResetNotification() Æ iSuspend

Return Value

iSuspendA value unequal 0 indicates that notifications are still suppressed.
Data type:Integer

Description

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

 

Important note!
The method bArrayServer:ResetNotification() is called also in the data servers of the active relations.

See Also

bArrayServer:Notify()

bArrayServer:SuspendNotification()

bArrayServer:SuspendNotificationCount

 


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