WMI instrinsic events. Resources
- by Nickolodeon
Hi.
I subscribe to usb inserted event like this
select * FROM __INSTANCECREATIONEVENT WITHIN 3 WHERE TARGETINSTANCE ISA Win32_DiskDrive
After inserting usb flash it blinks every 3 seconds. This is polling interval and intrinsic events work by polling object that's in query. Now, we know these types of events may be resource expensive.
(Putting…