IWmiEventWatcherTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a WMI Event Watcher task.
public interface class IWmiEventWatcherTask
public interface IWmiEventWatcherTask
type IWmiEventWatcherTask = interface
Public Interface IWmiEventWatcherTask
- Derived
Properties
ActionAtEvent |
Gets or sets the IWmiEventWatcherTask responds when the task receives a WMI event. |
ActionAtTimeout |
Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event. |
AfterEvent |
Gets or sets the IWmiEventWatcherTask responds when the task receives the specified WMI event. |
AfterTimeout |
Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event. |
NumberOfEvents |
Gets or sets the number of WMI events for which the task should watch. |
Timeout |
Gets or sets the number of seconds the task should wait to receive a WMI event before timing out. |
WmiConnection |
Gets or sets the name of the WMI connection associated with the task. |
WqlQuerySource |
Gets or sets the source of the WQL query to be executed by the task. |
WqlQuerySourceType |
Gets or sets the WQL query source type. |