public void add_wideip_pool(
		string [] wide_ips,
		GlobalLBWideIPWideIPPool [] [] wideip_pools
	)
        {
            this.Invoke("add_wideip_pool", new object [] {
                wide_ips,
                wideip_pools});
        }
 public System.IAsyncResult Beginremove_wideip_pool(string [] wide_ips,GlobalLBWideIPWideIPPool [] [] wideip_pools, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("remove_wideip_pool", new object[] {
     wide_ips,
     wideip_pools}, callback, asyncState);
 }
        public void create(
		string [] wide_ips,
		GlobalLBLBMethod [] lb_methods,
		GlobalLBWideIPWideIPPool [] [] wideip_pools,
		GlobalLBWideIPWideIPRule [] [] wideip_rules
	)
        {
            this.Invoke("create", new object [] {
                wide_ips,
                lb_methods,
                wideip_pools,
                wideip_rules});
        }
 public System.IAsyncResult Begincreate(string [] wide_ips,GlobalLBLBMethod [] lb_methods,GlobalLBWideIPWideIPPool [] [] wideip_pools,GlobalLBWideIPWideIPRule [] [] wideip_rules, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("create", new object[] {
     wide_ips,
     lb_methods,
     wideip_pools,
     wideip_rules}, callback, asyncState);
 }