IpcClient.DataUpdate Method | |
Called whenever the requested data changes. It is invoked after the IpcServer calls its UpdateTopic() method.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DataUpdate(
oIpcDataUpdateEvent
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual DataUpdate(
Usual oIpcDataUpdateEvent = default
)
Request Example
View SourceParameters
- oIpcDataUpdateEvent (Optional)
- Type: Usual
Stores the topic name, item name, and the changed data as a string.
Return Value
Type:
UsualRemarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also