Click or drag to resize
IDeviceManagerGetSlotsForDevices Method

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

Retrieves all slot instances for specific device ids

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<ISlot> GetSlotsForDevices(
	IEnumerable<long> deviceIds
)

Parameters

deviceIds
Type: System.Collections.GenericIEnumerableInt64
The ids of the devices

Return Value

Type: IEnumerableISlot
Slots for the devices
Exceptions
ExceptionCondition
ArgumentNullExceptiondeviceIds is .
See Also