iControl.GlobalLBWideIP.Beginremove_wideip_pool C# (CSharp) Method

Beginremove_wideip_pool() public method

public Beginremove_wideip_pool ( string wide_ips, GlobalLBWideIPWideIPPool wideip_pools, System callback, object asyncState ) : System.IAsyncResult
wide_ips string
wideip_pools GlobalLBWideIPWideIPPool
callback System
asyncState object
return System.IAsyncResult
        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);
        }
GlobalLBWideIP