Click or drag to resize
IDeviceManagerGetDeviceInstalledInSlot Method

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

Retrieves the device, if any, that is installed in a slot

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IDevice GetDeviceInstalledInSlot(
	long slotId
)

Parameters

slotId
Type: SystemInt64
the id of the slot instance

Return Value

Type: IDevice
The installed device or null of no device is installed
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if id is zero or less.
See Also