iControl.SystemHAGroup.Beginremove_all_pools C# (CSharp) Method

Beginremove_all_pools() public method

public Beginremove_all_pools ( string ha_groups, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_all_pools(string [] ha_groups, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_pools", new object[] {
            ha_groups}, callback, asyncState);
        }
SystemHAGroup