virtual ~DuplicatedObject();
None.
Do not call this destructor from applications.
The correct way to destroy a duplicated object is to call the DeleteMainRef
function on the object. When duplicated objects are destroyed, their associated datasets and well-known handles are also destroyed. This duplicated object destructor is a virtual function, so it can be overridden by a user-defined duplicated object.
This destructor is not called immediately. An object is destroyed only after all references to it have been removed.
CONFIDENTIAL