iControl.NetworkingSTPInstanceV2.get_interface_path_cost C# (CSharp) Method

get_interface_path_cost() private method

private get_interface_path_cost ( string stp_instances, string interfaces, NetworkingSTPInstanceV2PathCostType path_cost_types ) : iControl.NetworkingSTPInstanceV2PathCost[][]
stp_instances string
interfaces string
path_cost_types NetworkingSTPInstanceV2PathCostType
return iControl.NetworkingSTPInstanceV2PathCost[][]
        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]));
        }
NetworkingSTPInstanceV2