IpcServer.AddTopic Method (Typed) | |
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
public virtual Usual AddTopic(
IpcTopic oIpcTopic
)
Request Example
View SourceParameters
- oIpcTopic
- Type: IpcTopic
The IPC topic to add to the list supported by the server.
Return Value
Type:
UsualRemarks
This should be invoked once for every topic supported.
See Also