iControl.GlobalLBPool.set_qos_coefficient_topology C# (CSharp) Method

set_qos_coefficient_topology() private method

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