iControl.LocalLBPool.set_lb_method C# (CSharp) Method

set_lb_method() private method

private set_lb_method ( string pool_names, LocalLBLBMethod lb_methods ) : void
pool_names string
lb_methods LocalLBLBMethod
return void
        public void set_lb_method(
		string [] pool_names,
		LocalLBLBMethod [] lb_methods
	)
        {
            this.Invoke("set_lb_method", new object [] {
                pool_names,
                lb_methods});
        }
LocalLBPool