ActionAtTimeout Enum

Definition

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

LogTimeout 1

Logs the timeout and the status specified in AfterTimeout to the specified log.

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.

Applies to