iControl.NetworkingSTPInstance.get_interface_priority C# (CSharp) Method

get_interface_priority() private method

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