Click or drag to resize
IDeviceManagerExchangePhysicalInterfaces Method

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

Note: This API is now obsolete.

Performs interface exchange

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[ObsoleteAttribute("Interface exchange has moved. See IInterfaceExchangeManager")]
void ExchangePhysicalInterfaces(
	IInterfaceExchangeConfiguration configuration
)

Parameters

configuration
Type: Netadmin.Management.Inventory.DtoIInterfaceExchangeConfiguration
Interface exchange configuration
Exceptions
ExceptionCondition
ArgumentExceptionThe value of the destination device identifier must be greater than zero.
ObjectNotFoundExceptionThe source and destination device must be present in the system .
ArgumentNullExceptionconfiguration is .
See Also