DbServer.Notify Method
|
|
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.
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:
VORDDClasses (in VORDDClasses.dll) Version: 2.24 GA
Syntax VIRTUAL METHOD Notify(
kNotification,
uDescription
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual Notify(
Usual kNotification = default,
Usual uDescription = default
) Request Example
View SourceParameters
- kNotification (Optional)
- Type: Usual
- uDescription (Optional)
- Type: Usual
Return Value
Type:
Usual
SELF, except if NOTIFYINTENTTOMOVE is specified for
kNotifyName.
In this case, the return value is TRUE if successful; otherwise, FALSE.
See Also