ManagementEventWatcher.Stopped 이벤트

정의

등록이 취소되면 발생합니다.

public:
 event System::Management::StoppedEventHandler ^ Stopped;
public event System.Management.StoppedEventHandler Stopped;
member this.Stopped : System.Management.StoppedEventHandler 
Public Custom Event Stopped As StoppedEventHandler 
Public Event Stopped As StoppedEventHandler 

이벤트 유형

StoppedEventHandler

설명

이벤트 데이터

이벤트 처리기는 이 이벤트와 관련된 데이터가 들어 있는 StoppedEventArgs 형식의 인수를 받습니다. 다음 StoppedEventArgs 속성이이 이벤트에 관련 정보를 제공 합니다.

속성 설명
Context (에서 상속 되며, ManagementEventArgs) 이벤트를 트리거한 작업에서 반환된 작업 컨텍스트를 가져옵니다.
Status 작업의 완료 상태를 가져옵니다.

.NET Framework 보안

직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드에서 라이브러리를 사용 하 여입니다.

적용 대상