IpcClient.RequestData Method | |
Request updates on a particular topic from the server.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RequestData(
oIpcTopic,
continuous
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RequestData(
Usual oIpcTopic = default,
Usual continuous = default
)
Request Example
View SourceParameters
- oIpcTopic (Optional)
- Type: Usual
The IPC topic on which data is being requested. - continuous (Optional)
- Type: Usual
If set to TRUE, the server sends data to the client each time it changes; if FALSE, the server sends only one update.The default is FALSE.
Return Value
Type:
UsualSee Also