Skip to main content

%CSP.Util.DeleteTempFiles

class %CSP.Util.DeleteTempFiles extends %CSP.SessionEvents

This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Method Inventory

Parameters

parameter SHOULDDELETE = _ShouldDelete;
This parameter is used as a key in the session data, and also as an attribute in streams linked to temporary files. It indicates information about temporary files that should be deleted.

Methods

classmethod OnEndSession()
This method is called when ending a session for the /csp/sys/exp web application. It is intended to make sure any temporary files have been deleted that were created while exporting globals, routines, classes, or SQL statements to the browser.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab