AsyncStatus Class
A sealed class that contains the status information for asynchronous operations and that provides a request state to track asynchronous state.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
System.Object
Microsoft.ManagementConsole.Status
Microsoft.ManagementConsole.AsyncStatus
public sealed class AsyncStatus : Status
public ref class AsyncStatus sealed : Status
[<Sealed>]
type AsyncStatus =
class
inherit Status
end
Public NotInheritable Class AsyncStatus
Inherits Status
Name | Description | |
---|---|---|
![]() |
Title | Gets or sets the title that identifies the status object in the UI. (Inherited from Status.) |
Name | Description | |
---|---|---|
![]() |
Complete(String, Boolean) | Called to finish showing the status for a scope node on the status bar. (Inherited from Status.) |
![]() |
EnableManualCompletion() | Enables manual completion of the status display. The execution handler is allowed to return without completing the status message. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ReportProgress(Int32, Int32, String) | (Inherited from Status.) |
![]() |
ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft.ManagementConsole Namespace
Return to top