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 the arguments for the GetPoolableDisksRequestCompleted event.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.WindowsServerSolutions.Storage.GetPoolableDisksRequestCompletedEventArgs
Syntax
public class GetPoolableDisksRequestCompletedEventArgs : EventArgs
public ref class GetPoolableDisksRequestCompletedEventArgs : EventArgs
Public Class GetPoolableDisksRequestCompletedEventArgs
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
![]() |
GetPoolableDisksRequestCompletedEventArgs(IEnumerable<Disk>) | Creates and initializes an instance of the GetPoolableDisksRequestCompletedEventArgs class. |
Properties
Name | Description | |
---|---|---|
![]() |
PoolableDisks | Gets a collection of the Disk objects that can be added to a storage pool. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
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