CheckDiskStepStatus Class

 

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

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

System::Object
  Microsoft.WindowsServerSolutions.Storage::NotifyPropertyChange
    Microsoft.WindowsServerSolutions.Storage::CheckDiskStepStatus

public ref class CheckDiskStepStatus : NotifyPropertyChange

NameDescription
System_CAPS_protpropertyEventQueue

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

System_CAPS_pubpropertyPercentComplete

Gets the overall progress of the operation.

System_CAPS_pubpropertyStep

Gets the current step of the process.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

Represents the PropertyChanged event.(Inherited from NotifyPropertyChange.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: