IpcClient 构造函数 | |
构造一个 IpcClient 对象。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
cServerName
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public IpcClient(
__Usual cServerName = default
)
查看代码参数
- cServerName (Optional)
- 类型:__Usual
要与之通信的服务器。
参见