Click or drag to resize
IDeviceManagerRecalculatePortAndSlotNamesAndNumbers Method

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

Performs a re-calculation of interface number, names and option 82 values on a device and all devices installed/attached to it

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void RecalculatePortAndSlotNamesAndNumbers(
	long deviceId
)

Parameters

deviceId
Type: SystemInt64
The device id
Exceptions
ExceptionCondition
CalculationExceptionException during interface name calculation
InvalidOperationExceptionThrown if calculation is attempted on devices of definitions that are missing calculation plugin.
InvalidIdentifierExceptionThrown if id is zero or less.
See Also