__InstanceDeletionEvent

[This is preliminary documentation and subject to change.]

The __InstanceDeletionEvent system class is generated when an instance is deleted from the CIMOM database.

class __InstanceDeletionEvent : __InstanceOperationEvent
{
    // object TargetInstance; inherited from __InstanceOperationEvent
};
 

Properties

TargetInstance
Inherited from __InstanceOperationEvent. Contains a copy of the created instance that caused the event to fire.

See Also

__InstanceOperationEvent