IpcServer 构造函数 | |
构造一个 IpcServer 对象。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
cServName
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public IpcServer(
__Usual cServName = default
)
查看代码参数
- cServName (Optional)
- 类型:__Usual
唯一标识服务器的名称,客户端使用。
参见