public void create(
		string [] pool_names,
		LocalLBLBMethod [] lb_methods,
		CommonIPPortDefinition [] [] members
	)
        {
            this.Invoke("create", new object [] {
                pool_names,
                lb_methods,
                members});
        }
 public System.IAsyncResult Beginset_lb_method(string [] pool_names,LocalLBLBMethod [] lb_methods, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_lb_method", new object[] {
     pool_names,
     lb_methods}, callback, asyncState);
 }
 public System.IAsyncResult Begincreate_v2(string [] pool_names,LocalLBLBMethod [] lb_methods,CommonAddressPort [] [] members, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("create_v2", new object[] {
     pool_names,
     lb_methods,
     members}, callback, asyncState);
 }
        public void set_lb_method(
		string [] pool_names,
		LocalLBLBMethod [] lb_methods
	)
        {
            this.Invoke("set_lb_method", new object [] {
                pool_names,
                lb_methods});
        }
        public void create_v2(
		string [] pool_names,
		LocalLBLBMethod [] lb_methods,
		CommonAddressPort [] [] members
	)
        {
            this.Invoke("create_v2", new object [] {
                pool_names,
                lb_methods,
                members});
        }