Click or drag to resize
IDeviceManagerIsPhysicalInterfaceAvailableForExchange Method (Int64, Int64, Boolean, Boolean)

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

Note: This API is now obsolete.

Checks if itnerface is avable for exchange

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[ObsoleteAttribute("Method has been deprecated for performance reasons. See IInterfaceExchangeManager")]
bool IsPhysicalInterfaceAvailableForExchange(
	long deviceId,
	long filterInterface,
	bool ignoreVlan,
	bool ignoreLinks
)

Parameters

deviceId
Type: SystemInt64
Device id
filterInterface
Type: SystemInt64
Interface id
ignoreVlan
Type: SystemBoolean
Indicates if the exchange will be done without Vlan and thus VLAN can be ignored.
ignoreLinks
Type: SystemBoolean
Indicates if the exchange will be done without physical links and thus physical links can be ignored.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Netadmin.Management.Inventory.IDeviceManager.IsPhysicalInterfaceAvailableForExchange(System.Int64,System.Int64,System.Boolean,System.Boolean)"]

See Also