Click or drag to resize

SQLSelect.Notify Method (Typed)

X#
Provide a method that is automatically called by the action methods of the server after completion of some significant event: a column has changed, the server position has changed, some operation has been completed. Its standard implementation is to broadcast the same notification to its attached clients.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.24 GA
Syntax
 VIRTUAL METHOD Notify(
	kNotification AS LONG,
	 uDescription AS USUAL
) AS USUAL
Request Example View Source

Parameters

kNotification
Type: Long
uDescription
Type: Usual

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also