iControl.SystemHAGroup.Beginremove_all_trunks C# (CSharp) Method

Beginremove_all_trunks() public method

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