StorageOperationStatus Class

 

Represents the status of a storage operation.

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

Inheritance Hierarchy

System.Object
  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

Syntax

public abstract class StorageOperationStatus : NotifyPropertyChange, 
    IDisposable, IAsyncResult
public ref class StorageOperationStatus abstract : NotifyPropertyChange, 
    IDisposable, IAsyncResult
Public MustInherit Class StorageOperationStatus
    Inherits NotifyPropertyChange
    Implements IDisposable, IAsyncResult

Constructors

Name Description
System_CAPS_protmethod StorageOperationStatus()

Initializes a new instance of the StorageOperationStatus class.

Properties

Name Description
System_CAPS_pubproperty AsyncState

Gets an object that qualifies or contains information about an asynchronous operation.

System_CAPS_pubproperty AsyncWaitHandle

Gets a WaitHandle object that can be used to wait for the operation to finish.

System_CAPS_pubproperty CompletedSynchronously

Indicates whether the request finished synchronously.

System_CAPS_pubproperty ErrorCode

Gets the error code for the request.

System_CAPS_protproperty EventQueue

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

System_CAPS_pubproperty IsCompleted

Indicates whether the operation has finished.

System_CAPS_pubproperty Status

Gets the status of the request.

Methods

Name Description
System_CAPS_protmethod CheckDisposed()

Checks if this object has been disposed.

System_CAPS_protmethod CheckRequestSent()

Checks if the request has already been sent.

System_CAPS_protmethod CheckSyncContext()

Checks if a synchronous request has been made in the user-interface thread.

System_CAPS_pubmethod Dispose()

Release all resources that are used by the StorageOperationStatus object.

System_CAPS_protmethod Dispose(Boolean)

Release all resources that are used by the StorageOperationStatus object and optionally releases the managed resources..

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