Click or drag to resize

IpcServer.AddTopic Method

X#
Add a topic to the list of topics supported by the server.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD AddTopic(
	oIpcTopic
) AS USUAL CLIPPER
Request Example View Source

Parameters

oIpcTopic (Optional)
Type: Usual
The IPC topic to add to the list supported by the server.

Return Value

Type: Usual
Remarks
This should be invoked once for every topic supported.
See Also