iControl.SystemHAGroup.Beginremove_pool C# (CSharp) Method

Beginremove_pool() public method

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