Click or drag to resize

IpcClient.RequestData Method

X#
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
Request Example View Source

Parameters

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: Usual
See Also