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.
Creates and initializes an instance of the GetPoolableDisksRequestCompletedEventArgs class.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public GetPoolableDisksRequestCompletedEventArgs(
IEnumerable<Disk> disks
)
public:
GetPoolableDisksRequestCompletedEventArgs(
IEnumerable<Disk^>^ disks
)
Public Sub New (
disks As IEnumerable(Of Disk)
)
Parameters
disks
Type: System.Collections.Generic.IEnumerable<Disk>A collection of Disk objects returned by the GetPoolableDisksRequestCompleted event.
See Also
GetPoolableDisksRequestCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top