iControl.SystemDisk.Endget_list_of_logical_disks C# (CSharp) Method

Endget_list_of_logical_disks() public method

public Endget_list_of_logical_disks ( System asyncResult ) : iControl.SystemDiskLogicalDisk[]
asyncResult System
return iControl.SystemDiskLogicalDisk[]
        public SystemDiskLogicalDisk[] Endget_list_of_logical_disks(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemDiskLogicalDisk [])(results[0]));
        }
SystemDisk