IWmiEventWatcherTask 인터페이스

정의

WMI 이벤트 감시자 태스크를 나타냅니다.

public interface class IWmiEventWatcherTask
public interface IWmiEventWatcherTask
type IWmiEventWatcherTask = interface
Public Interface IWmiEventWatcherTask
파생

속성

ActionAtEvent

태스크에서 WMI 이벤트를 수신할 때 IWmiEventWatcherTask 응답을 가져오거나 설정합니다.

ActionAtTimeout

지정된 WMI 이벤트를 수신하지 않고 태스크 제한 시간이 초과할 경우 IWmiEventWatcherTask 응답을 가져오거나 설정합니다.

AfterEvent

태스크에서 지정된 WMI 이벤트를 수신할 때 IWmiEventWatcherTask 응답을 가져오거나 설정합니다.

AfterTimeout

지정된 WMI 이벤트를 수신하지 않고 태스크 제한 시간이 초과할 경우 IWmiEventWatcherTask 응답을 가져오거나 설정합니다.

NumberOfEvents

태스크가 감시해야 할 WMI 이벤트 수를 가져오거나 설정합니다.

Timeout

태스크에서 시간이 초과되기 전 WMI 이벤트를 받기 위해 대기해야 할 시간(초)을 가져오거나 설정합니다.

WmiConnection

태스크에 연결된 WMI 연결의 이름을 가져오거나 설정합니다.

WqlQuerySource

태스크에서 실행할 WQL 쿼리의 원본을 가져오거나 설정합니다.

WqlQuerySourceType

WQL 쿼리 원본 유형을 가져오거나 설정합니다.

적용 대상