Click or drag to resize
IDeviceManagerInstallExpansionCard Method

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

Installs an expansion card type device definition into a slot

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

Parameters

deviceDefinitionId
Type: SystemInt64
The device definition to install
slot
Type: Netadmin.Management.Inventory.DtoISlot
The slot in which to install
Exceptions
ExceptionCondition
ObjectNotFoundExceptionSlot with Slot.Id is not found.
InvalidOperationExceptionDeviceDefinition does not have a interface calculation plugin selected
CalculationExceptionException during interface name calculation
DatabaseInconsistencyExceptionThrown if the device of the slot does not exist.
ArgumentNullExceptionslot is .
See Also