Share via


InitializeStorageStepStatus Class

 

Represents the status object that contains progress information returned by InitializeStorageRequest.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Storage.NotifyPropertyChange
    Microsoft.WindowsServerSolutions.Storage.InitializeStorageStepStatus

Syntax

public class InitializeStorageStepStatus : NotifyPropertyChange
public ref class InitializeStorageStepStatus : NotifyPropertyChange
Public Class InitializeStorageStepStatus
    Inherits NotifyPropertyChange

Properties

Name Description
System_CAPS_protproperty EventQueue

Represents notify events that are raised on thread pool threads.(Inherited from NotifyPropertyChange.)

System_CAPS_pubproperty PercentComplete

Gets the overall progress of the operation.

System_CAPS_pubproperty Step

Gets the current step of the process.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent PropertyChanged

Represents the PropertyChanged event.(Inherited from NotifyPropertyChange.)

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.WindowsServerSolutions.Storage Namespace

Return to top