Click or drag to resize

IpcClient.Destroy Method (Typed)

X#
Provide a method to de-instantiate an IpcClient object.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Destroy() AS USUAL CLIPPER
Request Example View Source

Return Value

Type: Usual
Remarks
This method can be used when an IpcClient object is no longer needed. IpcClient:Destroy() de-instantiates the IpcClient object and allows you to close and free any resources that were opened or created by the object, without waiting for the garbage collector.
See Also