Click or drag to resize

IpcServer.AddTopic Method (Typed)

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

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

Parameters

oIpcTopic
Type: IpcTopic
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