SQLSelect.Notify Method (Typed)
|
|
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
public override Usual Notify(
int kNotification,
[DefaultParameterValueAttribute(0, 1)] Usual uDescription
)
Request Example
View SourceParameters
- kNotification
- Type: Long
- uDescription
- Type: Usual
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also