iControl.ASMWebApplicationGroup.Beginremove_webapp C# (CSharp) Method

Beginremove_webapp() public method

public Beginremove_webapp ( string group_names, string webapp_names, System callback, object asyncState ) : System.IAsyncResult
group_names string
webapp_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_webapp(string [] group_names,string [] [] webapp_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_webapp", new object[] {
            group_names,
            webapp_names}, callback, asyncState);
        }