iControl.GlobalLBPoolV2.set_qos_coefficient_topology C# (CSharp) Method

set_qos_coefficient_topology() private method

private set_qos_coefficient_topology ( GlobalLBPoolID pools, long values ) : void
pools GlobalLBPoolID
values long
return void
        public void set_qos_coefficient_topology(
		GlobalLBPoolID [] pools,
		long [] values
	)
        {
            this.Invoke("set_qos_coefficient_topology", new object [] {
                pools,
                values});
        }
GlobalLBPoolV2