Click or drag to resize

DataServer.UnRegisterClient Method (Typed)

X#
Remove the registration of an object as a client of this data server, so that it no longer receives notification messages from the server about certain actions.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD UnRegisterClient(
	oClient AS Object,
	 lAllowClose AS LOGIC
) AS LOGIC
Request Example View Source

Parameters

oClient
Type: Object
The object to unregister (for example, DataWindow or DataBrowser).
lAllowClose
Type: Logic
TRUE closes the server if this is the last client registered with the server; FALSE does not close the server. The default is TRUE.

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE (including if the client was not previously registered).
See Also