Click or drag to resize
IDeviceManagerUninstallExpansionCard Method

[This is preliminary documentation and is subject to change.]

Uninstalls an expansion card

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void UninstallExpansionCard(
	ISlot slot
)

Parameters

slot
Type: Netadmin.Management.Inventory.DtoISlot
The slot containing the card to uninstall
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to install a device has non-empty slots
InvalidOperationExceptionUninstall can not be done on devices that are standalone (or both)
DependencyIssueExceptionA dependency prevents deletion
ArgumentNullExceptionslot is .
InvalidIdentifierExceptionThrown if the id of the slot is zero or less.
See Also