StorageOperationStatus Class
Represents the status of a storage operation.
Assembly: StorageOM (in StorageOM.dll)
Microsoft.WindowsServerSolutions.Storage::NotifyPropertyChange
Microsoft.WindowsServerSolutions.Storage::StorageOperationStatus
Microsoft.WindowsServerSolutions.Storage::AddDisksToSpacesPoolRequest
Microsoft.WindowsServerSolutions.Storage::BackupConfigurationRequest
Microsoft.WindowsServerSolutions.Storage::CalculateFolderSizeRequest
Microsoft.WindowsServerSolutions.Storage::CancelOperationRequest
Microsoft.WindowsServerSolutions.Storage::CheckDiskRequest
Microsoft.WindowsServerSolutions.Storage::CreateFolderRequest
Microsoft.WindowsServerSolutions.Storage::CreateStorageSpaceRequest
Microsoft.WindowsServerSolutions.Storage::DriveInUseRequest
Microsoft.WindowsServerSolutions.Storage::GetPoolableDisksRequest
Microsoft.WindowsServerSolutions.Storage::InitializeDiskRequest
Microsoft.WindowsServerSolutions.Storage::InitializeStorageRequest
Microsoft.WindowsServerSolutions.Storage::ModifyDriveRequest
Microsoft.WindowsServerSolutions.Storage::ModifyFolderRequest
Microsoft.WindowsServerSolutions.Storage::MoveFolderRequest
Microsoft.WindowsServerSolutions.Storage::RemoveFolderRequest
| Name | Description | |
|---|---|---|
![]() | StorageOperationStatus() | Initializes a new instance of the StorageOperationStatus class. |
| Name | Description | |
|---|---|---|
![]() | AsyncState | Gets an object that qualifies or contains information about an asynchronous operation. |
![]() | AsyncWaitHandle | Gets a WaitHandle object that can be used to wait for the operation to finish. |
![]() | CompletedSynchronously | Indicates whether the request finished synchronously. |
![]() | ErrorCode | Gets the error code for the request. |
![]() | EventQueue | Represents notify events that are raised on thread pool threads.(Inherited from NotifyPropertyChange.) |
![]() | IsCompleted | Indicates whether the operation has finished. |
![]() | Status | Gets the status of the request. |
| Name | Description | |
|---|---|---|
![]() | CheckDisposed() | Checks if this object has been disposed. |
![]() | CheckRequestSent() | Checks if the request has already been sent. |
![]() | CheckSyncContext() | Checks if a synchronous request has been made in the user-interface thread. |
![]() | Dispose() | Release all resources that are used by the StorageOperationStatus object. |
![]() | Dispose(Boolean) | Release all resources that are used by the StorageOperationStatus object and optionally releases the managed resources.. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | 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.




