IDLnetURL::Cleanup
Syntax | Return Value | Arguments | Keywords | Version History
The IDLnetURL::Cleanup procedure method performs all cleanup operations on the object, and closes all open connections when the object is destroyed.
Note
Cleanup methods are special lifecycle methods, and as such cannot be called outside the context of object creation and destruction. In most cases, you cannot call the Cleanup method directly. However, one exception to this rule does exist. If you write your own subclass of this class, you can call the Cleanup method from within the Init or Cleanup method of the subclass.
Syntax
OBJ_DESTROY, Obj
or
Obj->[IDLnetURL::]Cleanup (In a lifecycle method only.)
Return Value
None.
Arguments
None.
Keywords
None.
Version History