iControl.GlobalLBServer.Beginremove_ip C# (CSharp) Method

Beginremove_ip() public method

public Beginremove_ip ( GlobalLBServerServerIPDefinition ips, System callback, object asyncState ) : System.IAsyncResult
ips GlobalLBServerServerIPDefinition
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_ip(GlobalLBServerServerIPDefinition [] ips, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_ip", new object[] {
            ips}, callback, asyncState);
        }
GlobalLBServer