Navigation:  Classes > bBrowserCollection >

bBrowserCollection:UnregisterClient()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Unregister a client from the bBrowserCollection.

Class

bBrowserCollection

Type

Method

Syntax

<oBrowserCollection>:UnregisterClient(<oClient>) Æ lSuccess

Arguments

<oClient>The client to be unregistered from the bBrowserCollection.
Data Type:bBrowser

Return Value

lSuccessA logical value that indicates whether the client could be unregistered.
TRUEThe client was unregistered.
FALSEThe client could not be unregistered.
Data Type:Logic

Description

Remove the registration of a client from the bBrowserCollection, so that it is no longer synchronized.

 

The method bBrowserCollection:ClientInfo() can be used to check whether a certain client is registered in the bBrowserCollection.

See Also

bBrowserCollection:ClientInfo()

bBrowserCollection:RegisterClient()

 


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