__InstanceModificationEvent

[This is preliminary documentation and subject to change.]

The __InstanceModificationEvent system class is generated when an instance is changed in the CIMOM database.

class __InstanceModificationEvent : __InstanceOperationEvent
{
    // object TargetInstance; inherited from __InstanceOperationEvent
    object PreviousInstance;
};
 

Properties

TargetInstance
Inherited from __InstanceOperationEvent. Contains a copy of the instance after it was modified.
PreviousInstance
Contains a copy of the instance prior to modification.

See Also

__InstanceOperationEvent