ActionAtTimeout Enum
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.
Determines how the WmiEventWatcherTask responds when the task times out without receiving the specified Windows Management Instrumentation (WMI) event.
public enum class ActionAtTimeout
public enum ActionAtTimeout
type ActionAtTimeout =
Public Enum ActionAtTimeout
- Inheritance
-
ActionAtTimeout
Fields
Name | Value | Description |
---|---|---|
LogTimeoutAndFireDTSEvent | 0 | Raises a custom DTS event indicating that the WMI event timed out, and then logs the timeout and the status specified in AfterTimeout to the specified log. |
LogTimeout | 1 | Logs the timeout and the status specified in AfterTimeout to the specified log. |