A.Start listening for events by calling the Start method of the ManagementEventWatcher.
B.Set up a listener for events by using the EventArrived event of the ManagementEventWatcher.
C.Use the WaitForNextEvent method of the ManagementEventWatcher to wait for the events.
D.Create an event handler class that has a method that receives an ObjectReadyEventArgs parameter.
E.Set up a listener for events by using the Stopped event of the ManagementEventWatcher.