Navigation:  Classes > bDBServer >

bDBServer: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

bDBServer

Type

Method

Syntax

<oDBServer>:SuspendNotification() Æ iSuspend

Return Value

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

Description

The method bDBrver:SuspendNotification() is used to suppress the sending of notifications to registered clients. With each call to the method a counter is increased by one. As long as this counter is > 0, notifications are suppressed. Calling the method bDBServer:ResetNotification() reduces the counter by one. If the counter reaches 0, notifications are again sent to registered clients.

 

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

See Also

bDBServer:ResetNotification()

 


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