iControl.GlobalLBWideIP.Begindelete_all_wideips C# (CSharp) Method

Begindelete_all_wideips() public method

public Begindelete_all_wideips ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_all_wideips(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_all_wideips", new object[0], callback, asyncState);
        }
GlobalLBWideIP