Workareas.CloseArea 方法 (IRdd) | |
Close the area where this RDD object is used.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD CloseArea(
oRDD AS IRdd
) AS LOGIC
public bool CloseArea(
IRdd oRDD
)
查看代码参数
- oRDD
- 类型:IRdd
Object of te RDD that needs to be closed.
返回值
类型:
BooleanTRUE when the area was closed.
备注 This will close the area, even when the method is called from another thread.
参见