An event handler that responds to events that have occurred in methods of this server, or in other servers that are linked to this server in some way. The standard implementation notifies all the server's clients of the event.
Description
Important! This method is automatically called by the various action methods of the data server, and should normally not be called by application code.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.7
Syntax VIRTUAL METHOD Notify(
kNotification AS USUAL := NIL,
uDescription AS USUAL := NIL
) AS USUAL
public virtual Usual Notify(
Usual kNotification = null,
Usual uDescription = null
)
Request Example
View SourceParameters
- kNotification (Optional)
- Type: Usual
Identifies the event, specified as one of the following constants: - uDescription (Optional)
- Type: Usual
Used only with some notification types.
Return Value
Type:
Usual
SELF, except if NOTIFYINTENTTOMOVE is specified for <kNotifyName>. In this case, the return value is TRUE if successful; otherwise, FALSE.
Remarks
See Also