IWmiEventWatcherTask Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a WMI Event Watcher task.
Assembly: Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)
| Name | Description | |
|---|---|---|
![]() | ActionAtEvent | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the IWmiEventWatcherTask responds when the task receives a WMI event. |
![]() | ActionAtTimeout | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event. |
![]() | AfterEvent | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the IWmiEventWatcherTask responds when the task receives the specified WMI event. |
![]() | AfterTimeout | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event. |
![]() | NumberOfEvents | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the number of WMI events for which the task should watch. |
![]() | Timeout | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the number of seconds the task should wait to receive a WMI event before timing out. |
![]() | WmiConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the WMI connection associated with the task. |
![]() | WqlQuerySource | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the source of the WQL query to be executed by the task. |
![]() | WqlQuerySourceType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the WQL query source type. |
