This documentation is archived and is not being maintained.

ManagementOperationObserver.ObjectReady Event

Occurs when a new object is available.

[Visual Basic]
Public Event ObjectReady As ObjectReadyEventHandler
[C#]
public event ObjectReadyEventHandler ObjectReady;
[C++]
public: __event ObjectReadyEventHandler* ObjectReady;

[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.

Event Data

The event handler receives an argument of type ObjectReadyEventArgs containing data related to this event. The following ObjectReadyEventArgs 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.
NewObject Gets the newly-returned object.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

ManagementOperationObserver Class | ManagementOperationObserver Members | System.Management Namespace

Show: