CustomStatus Class

 

A sealed class that represents the status of custom background operations in the status bar for a scope node.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ManagementConsole.Status
    Microsoft.ManagementConsole.CustomStatus

Syntax

public sealed class CustomStatus : Status
public ref class CustomStatus sealed : Status
[<Sealed>]
type CustomStatus = 
    class
        inherit Status
    end
Public NotInheritable Class CustomStatus
    Inherits Status

Constructors

Name Description
System_CAPS_pubmethod CustomStatus()

Initializes a new instance of the CustomStatus class.

Properties

Name Description
System_CAPS_pubproperty Title

Gets or sets the title that identifies the status object in the UI. (Inherited from Status.)

Methods

Name Description
System_CAPS_pubmethod Complete(String, Boolean)

Called to finish showing the status for a scope node on the status bar. (Inherited from Status.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ReportProgress(Int32, Int32, String)

(Inherited from Status.)

System_CAPS_pubmethod Start(ScopeNode)

Begins the display of the status of custom background operations in the status bar for a scope node.

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

ScopeNode
Microsoft.ManagementConsole Namespace

Return to top