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
System_CAPS_pubproperty Title

Gets or sets the title that identifies the status object in the UI.

Methods

Name Description
System_CAPS_pubmethod Complete(String, Boolean)

Called to finish showing the status for a scope node on the status bar.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

Frees resources associated with this object.(Overrides Object.Finalize().)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ReportProgress(Int32, Int32, String)

System_CAPS_pubmethod 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