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

[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 replaced with a new version that has parameters for ignoring VLAN and physical links.", 
	false)]
bool IsPhysicalInterfaceAvailableForExchange(
	long deviceId,
	long filterInterface
)

Parameters

deviceId
Type: SystemInt64
Device id
filterInterface
Type: SystemInt64
Interface id

Return Value

Type: Boolean

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

See Also