Workareas.CloseArea Method (IRdd) | |
Close the area where this RDD object is used.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD CloseArea(
oRDD AS IRdd
) AS LOGIC
public bool CloseArea(
IRdd oRDD
)
Request Example
View SourceParameters
- oRDD
- Type: IRdd
Object of te RDD that needs to be closed.
Return Value
Type:
LogicTRUE when the area was closed.
Remarks This will close the area, even when the method is called from another thread.
See Also