iControl.ManagementTrafficGroup.Beginremove_all_ha_orders C# (CSharp) Method

Beginremove_all_ha_orders() public method

public Beginremove_all_ha_orders ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_all_ha_orders(string [] traffic_groups, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_ha_orders", new object[] {
            traffic_groups}, callback, asyncState);
        }
ManagementTrafficGroup