SpacesPool Class
Describes the spaces pool.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Storage.NotifyPropertyChange
Microsoft.WindowsServerSolutions.Storage.SpacesPool
Syntax
public class SpacesPool : NotifyPropertyChange
public ref class SpacesPool : NotifyPropertyChange
Public Class SpacesPool
Inherits NotifyPropertyChange
Properties
Name | Description | |
---|---|---|
![]() |
EventQueue | Represents notify events that are raised on thread pool threads.(Inherited from NotifyPropertyChange.) |
![]() |
FriendlyName | Gets the friendly name. |
![]() |
ID | Gets the ID. |
![]() |
TotalCapacity | Gets the total capacity. |
![]() |
UsedSpace | Gets the used space. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetAddDisksToSpacesPoolRequest(IList<Disk>) | Gets a request to add the specified disks to the spaces pool. |
![]() |
GetDrivesInPool() | Retrieves the number of drives in the pool. |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() |
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