iControl.NetworkingBWControllerPolicy.get_link_qos C# (CSharp) Method

get_link_qos() private method

private get_link_qos ( string policies ) : long[]
policies string
return long[]
        public long[] get_link_qos(
		string [] policies
	)
        {
            object [] results = this.Invoke("get_link_qos", new object [] {
                policies});
            return ((long [])(results[0]));
        }
NetworkingBWControllerPolicy