Skip to main content

%Library.Destroyer

Class %Library.Destroyer Extends %RegisteredObject [ System = 4 ]

Properties

targetOid

Property targetOid As %Binary;

targetOref

Property targetOref As %Binary;

Methods

%OnClose

Method %OnClose() As %Status [ Private, ProcedureBlock = 1 ]

This callback method is invoked by the %Close method to provide notification that the current object is being closed.

The return value of this method is ignored.