IpcServer Constructor (Typed) | |
Construct an IpcServer object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.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