ManagementOperationObserver::Progress Event
Occurs to indicate the progress of an ongoing operation.
Assembly: System.Management (in System.Management.dll)
The event handler receives an argument of type ProgressEventArgs containing data related to this event. The following ProgressEventArgs 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 current amount of work done by the operation. This is always less than or equal to UpperBound. | |
Gets or sets optional additional information regarding the operation's progress. | |
Gets the total amount of work required to be done by 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.
Available since 1.1