IpcTopic Constructor | |
Construct an IpcTopic object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cTopicString
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public IpcTopic(
Usual cTopicString = default
)
Request Example
View SourceParameters
- cTopicString (Optional)
- Type: Usual
The IPC topic to be created.
See Also