DbRegisterClient Function |
Register an object that will receive notification messages for Workarea events.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.7
Syntax FUNCTION DbRegisterClient(
oClient AS IDbNotify
) AS LOGIC
public static bool DbRegisterClient(
IDbNotify oClient
)
Request Example
View SourceParameters
- oClient
- Type: IDbNotify
Return Value
Type:
BooleanTRUE when registration succceeded. FALSE when the client was already registered
See Also