Navigation:  Classes > bDBServer >

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

bDBServer

Type

Method

Syntax

<oDBServer>:ResetNotification() Æ iSuspend

Return Value

iSuspendA value > 0 indicates that notifications are still suppressed.
Data Type:Integer

Description

With the method bDBServer:SuspendNotification() sending of 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. By calling bDBServer:ResetNotification() the counter is reduced by one. When the counter reaches the value 0, notifications are resumed to the registered clients.

 

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

See Also

bDBServer:SuspendNotification()

 


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