SyncStatus Class

 

The SyncStatus class is a sealed class that contains the status information for synchronous operations that show a wait dialog in MMC. The snap-in is allowed to enable cancel functionality on the dialog and poll for user cancellation.

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

Inheritance Hierarchy

System.Object
  Microsoft.ManagementConsole.Status
    Microsoft.ManagementConsole.SyncStatus

Syntax

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

Properties

Name Description
System_CAPS_pubproperty CanCancel

Gets or sets a flag that determines whether cancellation is enabled in the UI.

System_CAPS_pubproperty IsCancelSignaled

Gets or sets a flag that determines whether the user has chosen to cancel the operation.

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