Share via


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
System_CAPS_protproperty EventQueue

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

System_CAPS_pubproperty FriendlyName

Gets the friendly name.

System_CAPS_pubproperty ID

Gets the ID.

System_CAPS_pubproperty TotalCapacity

Gets the total capacity.

System_CAPS_pubproperty UsedSpace

Gets the used space.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetAddDisksToSpacesPoolRequest(IList<Disk>)

Gets a request to add the specified disks to the spaces pool.

System_CAPS_pubmethod GetDrivesInPool()

Retrieves the number of drives in the pool.

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