IpcClient Constructor (Typed) | |
Construct an IpcClient object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cServerName
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public IpcClient(
Usual cServerName = default
)
Request Example
View SourceParameters
- cServerName (Optional)
- Type: Usual
The server with which to communicate.
See Also