Functions.DbUnRegisterClient Method |  |
Unregister an object that receives notification messages for Workarea events.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.18
Syntax FUNCTION DbUnRegisterClient(
oClient AS IDbNotify
) AS LOGIC
public static bool DbUnRegisterClient(
IDbNotify oClient
)
Request Example
View SourceParameters
- oClient
- Type: IDbNotify
Return Value
Type:
LogicTRUE when unregistration succceeded. FALSE when the the client was not registered.
See Also