Click or drag to resize
IPhysicalLinkManagerGetPhysicalRouteStartingFromDevice Method

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

Note: This API is now obsolete.

Gets the physical route starting at a device

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[ObsoleteAttribute("This method is obsolete, use GetPhysicalRoute instead", 
	true)]
IEnumerable<IDevicePhysicalRouteInformation> GetPhysicalRouteStartingFromDevice(
	long deviceId,
	long routeid = 0,
	int depth = 3
)

Parameters

deviceId
Type: SystemInt64

[Missing <param name="deviceId"/> documentation for "M:Netadmin.Management.Inventory.IPhysicalLinkManager.GetPhysicalRouteStartingFromDevice(System.Int64,System.Int64,System.Int32)"]

routeid (Optional)
Type: SystemInt64
Optional route id to start from
depth (Optional)
Type: SystemInt32
How deep to search

Return Value

Type: IEnumerableIDevicePhysicalRouteInformation
Physical route information
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if id is zero or less.
See Also