Navigation:  Classes > bBrowserCollection >

bBrowserCollection:SuspendSynchronizationCount

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A counter exposing the number of nested calls to bBrowserCollection:SuspendSynchronization().

Class

bBrowserCollection

Type

Access

Data Type

Integer

Description

A value equal to 0 indicates that registered clients are synchronized. A value not equal to 0 means that registered clients are not synchronized.

 

With the method bBrowserCollection:SuspendSynchronization() synchronization can be suspended. With each call of the method an internal counter is increased by one. As long as this counter is not equal to 0, synchronization is suspended. Calling the method bBrowserCollection:ResetSynchronization() decreased the internal counter by one. When the counter reaches the value 0, registered clients are synchronized again.

See Also

bBrowserCollection:ResetSynchronization()

bBrowserCollection:SuspendSynchronization()

 


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