ManagementOperationObserver::ObjectPut Event
.NET Framework (current version)
Occurs when an object has been successfully committed.
Assembly: System.Management (in System.Management.dll)
The event handler receives an argument of type ObjectPutEventArgs containing data related to this event. The following ObjectPutEventArgs 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 identity of the object that has been put. |
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: