IpcServer.UpdateTopic Method | |
Request that the server update a particular topic and item.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD UpdateTopic(
cTopic,
cItem
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual UpdateTopic(
Usual cTopic = default,
Usual cItem = default
)
Request Example
View SourceParameters
- cTopic (Optional)
- Type: Usual
The IPC topic to be updated. - cItem (Optional)
- Type: Usual
The IPC item to be updated.
Return Value
Type:
UsualRemarks
This results in the invocation of IpcServer:DataRequest(). Then the clients associated with the topic and item pair are updated with the new value.
See Also