Status Class
This is the base class that allows the snap-in to provide the status information on the progress of operations.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.Status
Microsoft.ManagementConsole.AsyncStatus
Microsoft.ManagementConsole.CustomStatus
Microsoft.ManagementConsole.SyncStatus
Syntax
public abstract class Status
public ref class Status abstract
[<AbstractClass>]
type Status = class end
Public MustInherit Class Status
Properties
Name | Description | |
---|---|---|
Title | Gets or sets the title that identifies the status object in the UI. |
Methods
Name | Description | |
---|---|---|
Complete(String, Boolean) | Called to finish showing the status for a scope node on the status bar. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | Frees resources associated with this object.(Overrides Object.Finalize().) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ReportProgress(Int32, Int32, String) | ||
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ManagementConsole Namespace
Return to top