ManagementEventWatcher::Stopped Event
.NET Framework (current version)
Occurs when a subscription is canceled.
Assembly: System.Management (in System.Management.dll)
The event handler receives an argument of type StoppedEventArgs containing data related to this event. The following StoppedEventArgs properties provide information specific to this event.
Property | Description |
|---|---|
Context (inherited from ManagementEventArgs) | Gets the operation context echoed back from the operation that triggered the event. |
Gets the completion status of the operation. |
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
.NET Framework
Available since 1.1
Available since 1.1
Show: