Chapter 5: Using WMI Events 117
Namespace Events
There are three types of namespace events: the namespace creation event, the namespace dele-
tion event, and the namespace modification event. These events work in the same manner as
do the instance events. By monitoring for namespace events, you can track the deployment of
permanent event subscriptions as they make modifications to the namespace.
Eventing Events
There are four events that are related to event scripts: the consumer failed event, the event
dropped event, the event queue overflow event, and the method invocation event. By monitor-
ing eventing events, you can track the status of monitors.
Summary
In this chapter, we looked at the use of event-driven scripts. We examined the tw ...