iControl.LocalLBPool.set_client_link_qos C# (CSharp) Method

set_client_link_qos() private method

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