IpcServer Constructor | |
Construct an IpcServer object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cServName
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public IpcServer(
Usual cServName = default
)
Request Example
View SourceParameters
- cServName (Optional)
- Type: Usual
The name uniquely identifying the server, which the clients use.
See Also