ScsiAdapterRemoveDeviceSafe Method |
Removes an existing virtual disk from adapter by first taking the disk offline so that any
mounted file systems are safely dismounted.
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public void RemoveDeviceSafe(
uint DeviceNumber
)
Public Sub RemoveDeviceSafe (
DeviceNumber As UInteger
)
public:
void RemoveDeviceSafe(
unsigned int DeviceNumber
)
member RemoveDeviceSafe :
DeviceNumber : uint32 -> unit
Parameters
- DeviceNumber
- Type: SystemUInt32
Device number to remove. Note that AutoDeviceNumber constant passed
in this parameter causes all present virtual disks to be removed from this adapter.
See Also