SpacesPool Class

 

Describes the spaces pool.

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

System::Object
  Microsoft.WindowsServerSolutions.Storage::NotifyPropertyChange
    Microsoft.WindowsServerSolutions.Storage::SpacesPool

public ref class SpacesPool : NotifyPropertyChange

NameDescription
System_CAPS_protpropertyEventQueue

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

System_CAPS_pubpropertyFriendlyName

Gets the friendly name.

System_CAPS_pubpropertyID

Gets the ID.

System_CAPS_pubpropertyTotalCapacity

Gets the total capacity.

System_CAPS_pubpropertyUsedSpace

Gets the used space.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetAddDisksToSpacesPoolRequest(IList<Disk^>^)

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

System_CAPS_pubmethodGetDrivesInPool()

Retrieves the number of drives in the pool.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

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.

Return to top

Community Additions

ADD
Show: