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 属性提供特定于此事件的信息。

Property 描述
Context 继承自 ManagementEventArgs) 的 ( 获取从触发事件的操作反射回的操作上下文。
Status 获取操作的完成状态。

.NET Framework 安全性

对直接调用方的完全信任。 此成员不能由部分信任的代码使用。 有关详细信息,请参阅 从部分受信任的代码使用库

适用于