Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an object that contains all of the data for requesting that storage is initialized.
Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Storage.NotifyPropertyChange
    Microsoft.WindowsServerSolutions.Storage.StorageOperationStatus
      Microsoft.WindowsServerSolutions.Storage.InitializeStorageRequest
Syntax
public class InitializeStorageRequest : StorageOperationStatus
public ref class InitializeStorageRequest : StorageOperationStatus
Public Class InitializeStorageRequest
    Inherits StorageOperationStatus
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | AsyncState | Gets an object that qualifies or contains information about an asynchronous operation.(Inherited from StorageOperationStatus.) | 
| .jpeg) | AsyncWaitHandle | Gets a WaitHandle object that can be used to wait for the operation to finish.(Inherited from StorageOperationStatus.) | 
| .jpeg) | CompletedSynchronously | Indicates whether the request finished synchronously.(Inherited from StorageOperationStatus.) | 
| .jpeg) | ErrorCode | Gets the error code for the request.(Inherited from StorageOperationStatus.) | 
| .jpeg) | EventQueue | Represents notify events that are raised on thread pool threads.(Inherited from NotifyPropertyChange.) | 
| .jpeg) | IsCompleted | Indicates whether the operation has finished.(Inherited from StorageOperationStatus.) | 
| .jpeg) | Progress | Gets the current stage and progress of the operation. | 
| .jpeg) | Status | Gets the status of the request.(Inherited from StorageOperationStatus.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | CheckDisposed() | Checks if this object has been disposed.(Inherited from StorageOperationStatus.) | 
| .jpeg) | CheckRequestSent() | Checks if the request has already been sent.(Inherited from StorageOperationStatus.) | 
| .jpeg) | CheckSyncContext() | Checks if a synchronous request has been made in the user-interface thread.(Inherited from StorageOperationStatus.) | 
| .jpeg) | Dispose() | Release all resources that are used by the StorageOperationStatus object.(Inherited from StorageOperationStatus.) | 
| .jpeg) | Dispose(Boolean) | Release all resources that are used by the StorageOperationStatus object and optionally releases the managed resources..(Inherited from StorageOperationStatus.) | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | InitializeStorage() | Sends the request to initialize storage and waits for the process to finish. | 
| .jpeg) | InitializeStorageAsync() | Asynchronously sends the request to initialize storage. | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Events
| Name | Description | |
|---|---|---|
| .jpeg) | 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