public NetworkingSTPInstanceV2PathCost[][] get_interface_path_cost(
		string [] stp_instances,
		string [] [] interfaces,
		NetworkingSTPInstanceV2PathCostType [] [] path_cost_types
	)
        {
            object [] results = this.Invoke("get_interface_path_cost", new object [] {
                stp_instances,
                interfaces,
                path_cost_types});
            return ((NetworkingSTPInstanceV2PathCost [] [])(results[0]));
        }
 public System.IAsyncResult Beginget_interface_path_cost(string [] stp_instances,string [] [] interfaces,NetworkingSTPInstanceV2PathCostType [] [] path_cost_types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_interface_path_cost", new object[] {
     stp_instances,
     interfaces,
     path_cost_types}, callback, asyncState);
 }