iControl.ASMWebApplicationGroup.Begindelete_group C# (CSharp) Method

Begindelete_group() public method

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