__InstanceCreationEvent

[This is preliminary documentation and subject to change.]

The __InstanceCreationEvent system class is generated when a new instance is created in the CIMOM database.

class __InstanceCreationEvent : __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