언어

IWmiEventWatcherTask 인터페이스

정의

WMI 이벤트 감시 작업을 나타냅니다.

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

속성

Name Description
ActionAtEvent

작업이 WMI 이벤트를 받을 때 응답을 IWmiEventWatcherTask 받거나 설정합니다.

ActionAtTimeout

지정된 WMI 이벤트를 받지 않고 작업이 타임아웃될 때 응답을 IWmiEventWatcherTask 받거나 설정합니다.

AfterEvent

작업이 지정된 WMI 이벤트를 받으면 응답을 IWmiEventWatcherTask 받거나 설정합니다.

AfterTimeout

지정된 WMI 이벤트를 받지 않고 작업이 타임아웃될 때 응답을 IWmiEventWatcherTask 받거나 설정합니다.

NumberOfEvents

작업이 감시해야 할 WMI 이벤트 수를 얻거나 설정합니다.

Timeout

작업이 WMI 이벤트를 받기 위해 기다려야 하는 초수를 설정하거나 설정합니다.

WmiConnection

작업과 연관된 WMI 연결 이름을 받거나 설정합니다.

WqlQuerySource

작업에서 실행될 WQL 쿼리의 소스를 받거나 설정합니다.

WqlQuerySourceType

WQL 쿼리 소스 타입을 얻거나 설정합니다.

적용 대상