iControl.GlobalLBPool.set_qos_coefficient_hops C# (CSharp) Method

set_qos_coefficient_hops() private method

private set_qos_coefficient_hops ( string pool_names, long values ) : void
pool_names string
values long
return void
        public void set_qos_coefficient_hops(
		string [] pool_names,
		long [] values
	)
        {
            this.Invoke("set_qos_coefficient_hops", new object [] {
                pool_names,
                values});
        }
GlobalLBPool