ManagementOperationObserver.ObjectPut Event

Definition

Occurs when an object has been successfully committed.

public:
 event System::Management::ObjectPutEventHandler ^ ObjectPut;
public event System.Management.ObjectPutEventHandler ObjectPut;
member this.ObjectPut : System.Management.ObjectPutEventHandler 
Public Custom Event ObjectPut As ObjectPutEventHandler 
Public Event ObjectPut As ObjectPutEventHandler 

Event Type

Remarks

Event Data

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.
Path Gets the identity of the object that has been put.

.NET Framework Security

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.

Applies to