iControl.NetworkingSTPInstance.get_interface_path_cost C# (CSharp) Method

get_interface_path_cost() private method

private get_interface_path_cost ( long stp_instances, string interfaces, NetworkingSTPInstancePathCostType path_cost_types ) : iControl.NetworkingSTPInstanceInterfacePathCost[][]
stp_instances long
interfaces string
path_cost_types NetworkingSTPInstancePathCostType
return iControl.NetworkingSTPInstanceInterfacePathCost[][]
        public NetworkingSTPInstanceInterfacePathCost[][] get_interface_path_cost(
		long [] stp_instances,
		string [] [] interfaces,
		NetworkingSTPInstancePathCostType [] [] path_cost_types
	)
        {
            object [] results = this.Invoke("get_interface_path_cost", new object [] {
                stp_instances,
                interfaces,
                path_cost_types});
            return ((NetworkingSTPInstanceInterfacePathCost [] [])(results[0]));
        }