iControl.ASMWebApplicationGroup.Beginremove_all_webapps C# (CSharp) Method

Beginremove_all_webapps() public method

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