IpcServer.AddTopic Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual AddTopic(
Usual oIpcTopic = default
)
Request Example
View SourceParameters
- oIpcTopic (Optional)
- Type: Usual
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