iControl.GlobalLBWideIP.Begindelete_wideip C# (CSharp) Method

Begindelete_wideip() public method

public Begindelete_wideip ( string wide_ips, System callback, object asyncState ) : System.IAsyncResult
wide_ips string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_wideip(string [] wide_ips, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_wideip", new object[] {
            wide_ips}, callback, asyncState);
        }
GlobalLBWideIP