Navigation:  Classes > bArrayServer >

bArrayServer:SuspendNotification()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Increases the suspension counter by one in order to suppress the sending of notifications to registered clients of the server.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:SuspendNotification() Æ iSuspend

Return Value

iSuspendA value greater than 0 indicates that notifications are suppressed.
Data Type:Integer

Description

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. If the counter reaches 0, notifications are again sent to registered clients.

 

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

See Also

bArrayServer:Notify()

bArrayServer:ResetNotification()

bArrayServer:SuspendNotificationCount

 


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