iControl.GlobalLBPool.get_qos_coefficient_bps C# (CSharp) Method

get_qos_coefficient_bps() private method

private get_qos_coefficient_bps ( string pool_names ) : long[]
pool_names string
return long[]
        public long[] get_qos_coefficient_bps(
		string [] pool_names
	)
        {
            object [] results = this.Invoke("get_qos_coefficient_bps", new object [] {
                pool_names});
            return ((long [])(results[0]));
        }
GlobalLBPool